Html Css Color HEX #EFF96F Dolly

📋 copy color: '#EFF96F'

red 239 ◦ green 249 ◦ blue 111

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

Shades of Dolly #EFF96F

Tints of Dolly #EFF96F

RGB

 RED value IS 239 (93.75% from 255) = 39.9%

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 111 (43.75% from 255) = 18.53%

R = 39.9%
G = 41.57%
B = 18.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#EFF96F (or 0xEFF96F) is known color: Dolly. HEX triplet: EF, F9 and 6F. RGB value is (239,249,111). Sum of RGB (Red+Green+Blue) = 239+249+111=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 111 (43.75% from 255 or 18.53% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF96F is #100690. Grayscale: #E6E6E6. Windows color (decimal): -1050257 or 7338479. OLE color: 7338479.

HSL color Cylindrical-coordinate representation of color #EFF96F: hue angle of 64.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFF96F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 111 -
CMYK 0.04 0 0.55 0.02
HSL 64.35º 0.92% 0.71% -
HSV(B) 64.35º 0.55% 0.98% -
XYZ 72.34 87.25 28.07 -
YUV 230.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 239 249 111 0.04 0 0.55 0.02 64.35 0.92 0.71
Hex EF F9 6F 4 0 37 2 40 5C 47
Octal 357 371 157 4 0 67 2 100 134 107
Binary 11101111 11111001 1101111 100 0 110111 10 1000000 1011100 1000111

Color Harmonies of #EFF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF96F

Black with #EFF96F

Text Example


Text Example

White with #EFF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF96F; }

 p { color: rgb(239,249,111); }

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

background-color css

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

 a { background-color: rgb(239,249,111); }

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

border-color css

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

 span { border-color: rgb(239,249,111); }

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