#EFF196

Color #EFF196 Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #EFF196

Tints of Jonquil #EFF196

Color information

#EFF196 (or 0xEFF196) is unknown color: approx Jonquil. HEX triplet: EF, F1 and 96. RGB value is (239,241,150). Sum of RGB (Red+Green+Blue) = 239+241+150=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF196 is #100E69. Grayscale: #E6E6E6. Windows color (decimal): -1052266 or 9892335. OLE color: 9892335.

HSL color Cylindrical-coordinate representation of color #EFF196: hue angle of 61.32º degrees, saturation: 0.76, 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 #EFF196 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB239241150-
CMYK0.0100.380.05
HSL61.32º76.47%76.67%-
HSV(B)61.32º37.76%94.51%-
XYZ72.5683.4641.14-
YUV230.0382.84134.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 150 (58.98% from 255) = 23.81%
R=37.94%
G=38.25%
B=23.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411500.0100.380.0561.3276.4776.67
HexEFF196102653d4c4d
Octal3573612261046575114115
Binary1110111111110001100101101010011010111110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF196; }

 p { color: rgb(239,241,150); }

 H1.HeaderClassName
 {
   color: #EFF196;
 }
 .AnyTagClassName
 {
   color: #EFF196;
 }
</style>
background-color css

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

 a { background-color: rgb(239,241,150); }

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

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

 span { border-color: rgb(239,241,150); }

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