Html Css Color HEX #EFF575 Dolly

📋 copy color: '#EFF575'

red 239 ◦ green 245 ◦ blue 117

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

Shades of Dolly #EFF575

Tints of Dolly #EFF575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.47%

R = 39.77%
G = 40.77%
B = 19.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#EFF575 (or 0xEFF575) is known color: Dolly. HEX triplet: EF, F5 and 75. RGB value is (239,245,117). Sum of RGB (Red+Green+Blue) = 239+245+117=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 117 (46.09% from 255 or 19.47% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF575 is #100A8A. Grayscale: #E5E5E5. Windows color (decimal): -1051275 or 7730671. OLE color: 7730671.

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

Color convert

RGB 239 245 117 -
CMYK 0.02 0 0.52 0.04
HSL 62.81º 0.86% 0.71% -
HSV(B) 62.81º 0.52% 0.96% -
XYZ 71.46 84.94 29.46 -
YUV 228.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 239 245 117 0.02 0 0.52 0.04 62.81 0.86 0.71
Hex EF F5 75 2 0 34 4 3F 56 47
Octal 357 365 165 2 0 64 4 77 126 107
Binary 11101111 11110101 1110101 10 0 110100 100 111111 1010110 1000111

Color Harmonies of #EFF575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF575

Black with #EFF575

Text Example


Text Example

White with #EFF575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF575; }

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

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

background-color css

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

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

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

border-color css

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

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

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