Html Css Color HEX #EFF975 Dolly

📋 copy color: '#EFF975'

red 239 ◦ green 249 ◦ blue 117

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

Shades of Dolly #EFF975

Tints of Dolly #EFF975

RGB

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

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

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

R = 39.5%
G = 41.16%
B = 19.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#EFF975 (or 0xEFF975) is known color: Dolly. HEX triplet: EF, F9 and 75. RGB value is (239,249,117). Sum of RGB (Red+Green+Blue) = 239+249+117=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF975 is #10068A. Grayscale: #E7E7E7. Windows color (decimal): -1050251 or 7731695. OLE color: 7731695.

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

Color convert

RGB 239 249 117 -
CMYK 0.04 0 0.53 0.02
HSL 64.55º 0.92% 0.72% -
HSV(B) 64.55º 0.53% 0.98% -
XYZ 72.68 87.39 29.87 -
YUV 230.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 239 249 117 0.04 0 0.53 0.02 64.55 0.92 0.72
Hex EF F9 75 4 0 35 2 41 5C 48
Octal 357 371 165 4 0 65 2 101 134 110
Binary 11101111 11111001 1110101 100 0 110101 10 1000001 1011100 1001000

Color Harmonies of #EFF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF975

Black with #EFF975

Text Example


Text Example

White with #EFF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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