#EBF277

Color #EBF277 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #EBF277

Tints of Dolly #EBF277

Color information

#EBF277 (or 0xEBF277) is unknown color: approx Dolly. HEX triplet: EB, F2 and 77. RGB value is (235,242,119). Sum of RGB (Red+Green+Blue) = 235+242+119=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF277 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF277 is #140D88. Grayscale: #E2E2E2. Windows color (decimal): -1314185 or 7860971. OLE color: 7860971.

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

Color convert

RGB235242119-
CMYK0.0300.510.05
HSL63.41º82.55%70.78%-
HSV(B)63.41º50.83%94.9%-
XYZ69.3482.529.72-
YUV225.8967.68134.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 242 (94.92% from 255) = 40.60%
BLUE value IS 119 (46.88% from 255) = 19.97%
R=39.43%
G=40.60%
B=19.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421190.0300.510.0563.4182.5570.78
HexEBF277303353f5347
Octal3533621673063577123107
Binary1110101111110010111011111011001110111111110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF277; }

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

 H1.HeaderClassName
 {
   color: #EBF277;
 }
 .AnyTagClassName
 {
   color: #EBF277;
 }
</style>
background-color css

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

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

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

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

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

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