Html Css Color HEX #EBF275 Dolly

📋 copy color: '#EBF275'

red 235 ◦ green 242 ◦ blue 117

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

Shades of Dolly #EBF275

Tints of Dolly #EBF275

RGB

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

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

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

R = 39.56%
G = 40.74%
B = 19.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#EBF275 (or 0xEBF275) is known color: Dolly. HEX triplet: EB, F2 and 75. RGB value is (235,242,117). Sum of RGB (Red+Green+Blue) = 235+242+117=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF275 is #140D8A. Grayscale: #E2E2E2. Windows color (decimal): -1314187 or 7729899. OLE color: 7729899.

HSL color Cylindrical-coordinate representation of color #EBF275: hue angle of 63.36º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBF275 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 117 -
CMYK 0.03 0 0.52 0.05
HSL 63.36º 0.83% 0.7% -
HSV(B) 63.36º 0.52% 0.95% -
XYZ 69.22 82.45 29.1 -
YUV 225.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 235 242 117 0.03 0 0.52 0.05 63.36 0.83 0.7
Hex EB F2 75 3 0 34 5 3F 53 46
Octal 353 362 165 3 0 64 5 77 123 106
Binary 11101011 11110010 1110101 11 0 110100 101 111111 1010011 1000110

Color Harmonies of #EBF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF275

Black with #EBF275

Text Example


Text Example

White with #EBF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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