#DBE777

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

Shades of Mindaro #DBE777

Tints of Mindaro #DBE777

Color information

#DBE777 (or 0xDBE777) is unknown color: approx Mindaro. HEX triplet: DB, E7 and 77. RGB value is (219,231,119). Sum of RGB (Red+Green+Blue) = 219+231+119=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE777 is #241888. Grayscale: #D7D7D7. Windows color (decimal): -2365577 or 7858139. OLE color: 7858139.

HSL color Cylindrical-coordinate representation of color #DBE777: hue angle of 66.43º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE777 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB219231119-
CMYK0.0500.480.09
HSL66.43º70%68.63%-
HSV(B)66.43º48.48%90.59%-
XYZ61.1273.5428.43-
YUV214.6474.02131.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 231 (90.62% from 255) = 40.60%
BLUE value IS 119 (46.88% from 255) = 20.91%
R=38.49%
G=40.60%
B=20.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311190.0500.480.0966.437068.63
HexDBE77750309424645
Octal333347167506011102106105
Binary1101101111100111111011110101100001001100001010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE777; }

 p { color: rgb(219,231,119); }

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

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

 a { background-color: rgb(219,231,119); }

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

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

 span { border-color: rgb(219,231,119); }

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