Html Css Color HEX #EFF196 Jonquil

📋 copy color: '#EFF196'

red 239 ◦ green 241 ◦ blue 150

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

Shades of Jonquil #EFF196

Tints of Jonquil #EFF196

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 value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#EFF196 (or 0xEFF196) is known color: 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

RGB 239 241 150 -
CMYK 0.01 0 0.38 0.05
HSL 61.32º 0.76% 0.77% -
HSV(B) 61.32º 0.38% 0.95% -
XYZ 72.56 83.46 41.14 -
YUV 230.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 239 241 150 0.01 0 0.38 0.05 61.32 0.76 0.77
Hex EF F1 96 1 0 26 5 3D 4C 4D
Octal 357 361 226 1 0 46 5 75 114 115
Binary 11101111 11110001 10010110 1 0 100110 101 111101 1001100 1001101

Color Harmonies of #EFF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF196

Black with #EFF196

Text Example


Text Example

White with #EFF196

Text Example


Text Example

HTML Codes & Css Web 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>