Html Css Color HEX #EFFB7D Dolly

📋 copy color: '#EFFB7D'

red 239 ◦ green 251 ◦ blue 125

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

Shades of Dolly #EFFB7D

Tints of Dolly #EFFB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.81%

 BLUE value IS 125 (49.22% from 255) = 20.33%

R = 38.86%
G = 40.81%
B = 20.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#EFFB7D (or 0xEFFB7D) is known color: Dolly. HEX triplet: EF, FB and 7D. RGB value is (239,251,125). Sum of RGB (Red+Green+Blue) = 239+251+125=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFB7D is #100482. Grayscale: #E9E9E9. Windows color (decimal): -1049731 or 8256495. OLE color: 8256495.

HSL color Cylindrical-coordinate representation of color #EFFB7D: hue angle of 65.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFFB7D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 125 -
CMYK 0.05 0 0.50 0.02
HSL 65.71º 0.94% 0.74% -
HSV(B) 65.71º 0.5% 0.98% -
XYZ 73.8 88.83 32.66 -
YUV 233.05 67.02 132.25 -
System Red Green Blue C M Y K H S L
Decimal 239 251 125 0.05 0 0.50 0.02 65.71 0.94 0.74
Hex EF FB 7D 5 0 32 2 42 5E 4A
Octal 357 373 175 5 0 62 2 102 136 112
Binary 11101111 11111011 1111101 101 0 110010 10 1000010 1011110 1001010

Color Harmonies of #EFFB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB7D

Black with #EFFB7D

Text Example


Text Example

White with #EFFB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB7D; }

 p { color: rgb(239,251,125); }

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

background-color css

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

 a { background-color: rgb(239,251,125); }

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

border-color css

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

 span { border-color: rgb(239,251,125); }

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