Html Css Color HEX #E2F296 Jonquil

📋 copy color: '#E2F296'

red 226 ◦ green 242 ◦ blue 150

#E2F296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jonquil #E2F296

Tints of Jonquil #E2F296

RGB

 RED value IS 226 (88.67% from 255) = 36.57%

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 150 (58.98% from 255) = 24.27%

R = 36.57%
G = 39.16%
B = 24.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E2F296 (or 0xE2F296) is known color: Jonquil. HEX triplet: E2, F2 and 96. RGB value is (226,242,150). Sum of RGB (Red+Green+Blue) = 226+242+150=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F296 is #1D0D69. Grayscale: #E3E3E3. Windows color (decimal): -1903978 or 9892578. OLE color: 9892578.

HSL color Cylindrical-coordinate representation of color #E2F296: hue angle of 70.43º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2F296 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 242 150 -
CMYK 0.07 0 0.38 0.05
HSL 70.43º 0.78% 0.77% -
HSV(B) 70.43º 0.38% 0.95% -
XYZ 68.62 81.88 41.04 -
YUV 226.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 226 242 150 0.07 0 0.38 0.05 70.43 0.78 0.77
Hex E2 F2 96 7 0 26 5 46 4E 4D
Octal 342 362 226 7 0 46 5 106 116 115
Binary 11100010 11110010 10010110 111 0 100110 101 1000110 1001110 1001101

Color Harmonies of #E2F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F296

Black with #E2F296

Text Example


Text Example

White with #E2F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F296; }

 p { color: rgb(226,242,150); }

 H1.HeaderClassName
 {
   color: #E2F296;
 }
 .AnyTagClassName
 {
   color: #E2F296;
 }
</style>

background-color css

<style>
 a { background-color: #E2F296; }

 a { background-color: rgb(226,242,150); }

 div.DivClassName
 {
   background-color: #E2F296;
 }
 .BgClassName
 {
   background-color: #E2F296;
 }
</style>

border-color css

<style>
 span { border-color: #E2F296; }

 span { border-color: rgb(226,242,150); }

 td.TdClassName
 {
   border-color: #E2F296;
 }
 .TagClassName
 {
   border-color: #E2F296;
 }
</style>