Html Css Color HEX #EFFF75 Dolly

📋 copy color: '#EFFF75'

red 239 ◦ green 255 ◦ blue 117

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

Shades of Dolly #EFFF75

Tints of Dolly #EFFF75

RGB

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

 GREEN value IS 255 (100% from 255) = 41.73%

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

R = 39.12%
G = 41.73%
B = 19.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#EFFF75 (or 0xEFFF75) is known color: Dolly. HEX triplet: EF, FF and 75. RGB value is (239,255,117). Sum of RGB (Red+Green+Blue) = 239+255+117=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF75 is #10008A. Grayscale: #EBEBEB. Windows color (decimal): -1048715 or 7733231. OLE color: 7733231.

HSL color Cylindrical-coordinate representation of color #EFFF75: hue angle of 66.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFFF75 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 117 -
CMYK 0.06 0 0.54 0
HSL 66.96º 1% 0.73% -
HSV(B) 66.96º 0.54% 1% -
XYZ 74.57 91.16 30.49 -
YUV 234.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 239 255 117 0.06 0 0.54 0 66.96 1 0.73
Hex EF FF 75 6 0 36 0 43 64 49
Octal 357 377 165 6 0 66 0 103 144 111
Binary 11101111 11111111 1110101 110 0 110110 0 1000011 1100100 1001001

Color Harmonies of #EFFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF75

Black with #EFFF75

Text Example


Text Example

White with #EFFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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