#EFF194

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

Shades of Jonquil #EFF194

Tints of Jonquil #EFF194

Color information

#EFF194 (or 0xEFF194) is unknown color: approx Jonquil. HEX triplet: EF, F1 and 94. RGB value is (239,241,148). Sum of RGB (Red+Green+Blue) = 239+241+148=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF194 is #100E6B. Grayscale: #E6E6E6. Windows color (decimal): -1052268 or 9761263. OLE color: 9761263.

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

Color convert

RGB239241148-
CMYK0.0100.390.05
HSL61.29º76.86%76.27%-
HSV(B)61.29º38.59%94.51%-
XYZ72.483.440.3-
YUV229.881.84134.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 148 (58.20% from 255) = 23.57%
R=38.06%
G=38.38%
B=23.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411480.0100.390.0561.2976.8676.27
HexEFF194102753d4d4c
Octal3573612241047575115114
Binary1110111111110001100101001010011110111110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF194; }

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

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

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

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

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

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

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

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