Html Css Color HEX #EFF26E Dolly

📋 copy color: '#EFF26E'

red 239 ◦ green 242 ◦ blue 110

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

Shades of Dolly #EFF26E

Tints of Dolly #EFF26E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 110 (43.36% from 255) = 18.61%

R = 40.44%
G = 40.95%
B = 18.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#EFF26E (or 0xEFF26E) is known color: Dolly. HEX triplet: EF, F2 and 6E. RGB value is (239,242,110). Sum of RGB (Red+Green+Blue) = 239+242+110=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF26E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF26E is #100D91. Grayscale: #E2E2E2. Windows color (decimal): -1052050 or 7271151. OLE color: 7271151.

HSL color Cylindrical-coordinate representation of color #EFF26E: hue angle of 61.36º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFF26E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 110 -
CMYK 0.01 0 0.55 0.05
HSL 61.36º 0.84% 0.69% -
HSV(B) 61.36º 0.55% 0.95% -
XYZ 70.16 82.98 27.07 -
YUV 226.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 239 242 110 0.01 0 0.55 0.05 61.36 0.84 0.69
Hex EF F2 6E 1 0 37 5 3D 54 45
Octal 357 362 156 1 0 67 5 75 124 105
Binary 11101111 11110010 1101110 1 0 110111 101 111101 1010100 1000101

Color Harmonies of #EFF26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF26E

Black with #EFF26E

Text Example


Text Example

White with #EFF26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF26E; }

 p { color: rgb(239,242,110); }

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

background-color css

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

 a { background-color: rgb(239,242,110); }

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

border-color css

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

 span { border-color: rgb(239,242,110); }

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