Html Css Color HEX #EFF870 Dolly

📋 copy color: '#EFF870'

red 239 ◦ green 248 ◦ blue 112

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

Shades of Dolly #EFF870

Tints of Dolly #EFF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

 BLUE value IS 112 (44.14% from 255) = 18.7%

R = 39.9%
G = 41.4%
B = 18.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#EFF870 (or 0xEFF870) is known color: Dolly. HEX triplet: EF, F8 and 70. RGB value is (239,248,112). Sum of RGB (Red+Green+Blue) = 239+248+112=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF870 is #10078F. Grayscale: #E6E6E6. Windows color (decimal): -1050512 or 7403759. OLE color: 7403759.

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

Color convert

RGB 239 248 112 -
CMYK 0.04 0 0.55 0.03
HSL 63.97º 0.91% 0.71% -
HSV(B) 63.97º 0.55% 0.97% -
XYZ 72.09 86.66 28.26 -
YUV 229.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 239 248 112 0.04 0 0.55 0.03 63.97 0.91 0.71
Hex EF F8 70 4 0 37 3 40 5B 47
Octal 357 370 160 4 0 67 3 100 133 107
Binary 11101111 11111000 1110000 100 0 110111 11 1000000 1011011 1000111

Color Harmonies of #EFF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF870

Black with #EFF870

Text Example


Text Example

White with #EFF870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF870; }

 p { color: rgb(239,248,112); }

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

background-color css

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

 a { background-color: rgb(239,248,112); }

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

border-color css

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

 span { border-color: rgb(239,248,112); }

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