Html Css Color HEX #EBFF75 Dolly

📋 copy color: '#EBFF75'

red 235 ◦ green 255 ◦ blue 117

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

Shades of Dolly #EBFF75

Tints of Dolly #EBFF75

RGB

 RED value IS 235 (92.19% from 255) = 38.71%

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

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

R = 38.71%
G = 42.01%
B = 19.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#EBFF75 (or 0xEBFF75) is known color: Dolly. HEX triplet: EB, FF and 75. RGB value is (235,255,117). Sum of RGB (Red+Green+Blue) = 235+255+117=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 117 (46.09% from 255 or 19.28% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF75 is #14008A. Grayscale: #E9E9E9. Windows color (decimal): -1310859 or 7733227. OLE color: 7733227.

HSL color Cylindrical-coordinate representation of color #EBFF75: hue angle of 68.7º 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 #EBFF75 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 235 255 117 -
CMYK 0.08 0 0.54 0
HSL 68.7º 1% 0.73% -
HSV(B) 68.7º 0.54% 1% -
XYZ 73.23 90.47 30.43 -
YUV 233.29 62.37 129.22 -
System Red Green Blue C M Y K H S L
Decimal 235 255 117 0.08 0 0.54 0 68.7 1 0.73
Hex EB FF 75 8 0 36 0 45 64 49
Octal 353 377 165 10 0 66 0 105 144 111
Binary 11101011 11111111 1110101 1000 0 110110 0 1000101 1100100 1001001

Color Harmonies of #EBFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF75

Black with #EBFF75

Text Example


Text Example

White with #EBFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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