Html Css Color HEX #EFF572 Dolly

📋 copy color: '#EFF572'

red 239 ◦ green 245 ◦ blue 114

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

Shades of Dolly #EFF572

Tints of Dolly #EFF572

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.97%

 BLUE value IS 114 (44.92% from 255) = 19.06%

R = 39.97%
G = 40.97%
B = 19.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#EFF572 (or 0xEFF572) is known color: Dolly. HEX triplet: EF, F5 and 72. RGB value is (239,245,114). Sum of RGB (Red+Green+Blue) = 239+245+114=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 114 (44.92% from 255 or 19.06% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF572 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF572 is #100A8D. Grayscale: #E4E4E4. Windows color (decimal): -1051278 or 7534063. OLE color: 7534063.

HSL color Cylindrical-coordinate representation of color #EFF572: hue angle of 62.75º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF572 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 114 -
CMYK 0.02 0 0.53 0.04
HSL 62.75º 0.87% 0.7% -
HSV(B) 62.75º 0.53% 0.96% -
XYZ 71.29 84.87 28.54 -
YUV 228.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 239 245 114 0.02 0 0.53 0.04 62.75 0.87 0.7
Hex EF F5 72 2 0 35 4 3F 57 46
Octal 357 365 162 2 0 65 4 77 127 106
Binary 11101111 11110101 1110010 10 0 110101 100 111111 1010111 1000110

Color Harmonies of #EFF572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF572

Black with #EFF572

Text Example


Text Example

White with #EFF572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF572; }

 p { color: rgb(239,245,114); }

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

background-color css

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

 a { background-color: rgb(239,245,114); }

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

border-color css

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

 span { border-color: rgb(239,245,114); }

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