Html Css Color HEX #EFF078 Dolly

📋 copy color: '#EFF078'

red 239 ◦ green 240 ◦ blue 120

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

Shades of Dolly #EFF078

Tints of Dolly #EFF078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.07%

 BLUE value IS 120 (47.27% from 255) = 20.03%

R = 39.9%
G = 40.07%
B = 20.03%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#EFF078 (or 0xEFF078) is known color: Dolly. HEX triplet: EF, F0 and 78. RGB value is (239,240,120). Sum of RGB (Red+Green+Blue) = 239+240+120=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF078 is #100F87. Grayscale: #E2E2E2. Windows color (decimal): -1052552 or 7925999. OLE color: 7925999.

HSL color Cylindrical-coordinate representation of color #EFF078: hue angle of 60.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFF078 is Cyan = 0.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 120 -
CMYK 0.00 0 0.5 0.06
HSL 60.5º 0.8% 0.71% -
HSV(B) 60.5º 0.5% 0.94% -
XYZ 70.15 82.03 29.9 -
YUV 226.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 239 240 120 0.00 0 0.5 0.06 60.5 0.8 0.71
Hex EF F0 78 0 0 32 6 3C 50 47
Octal 357 360 170 0 0 62 6 74 120 107
Binary 11101111 11110000 1111000 0 0 110010 110 111100 1010000 1000111

Color Harmonies of #EFF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF078

Black with #EFF078

Text Example


Text Example

White with #EFF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF078; }

 p { color: rgb(239,240,120); }

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

background-color css

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

 a { background-color: rgb(239,240,120); }

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

border-color css

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

 span { border-color: rgb(239,240,120); }

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