#DBEA75

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

Shades of Mindaro #DBEA75

Tints of Mindaro #DBEA75

Color information

#DBEA75 (or 0xDBEA75) is unknown color: approx Mindaro. HEX triplet: DB, EA and 75. RGB value is (219,234,117). Sum of RGB (Red+Green+Blue) = 219+234+117=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA75 is #24158A. Grayscale: #D8D8D8. Windows color (decimal): -2364811 or 7727835. OLE color: 7727835.

HSL color Cylindrical-coordinate representation of color #DBEA75: hue angle of 67.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBEA75 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB219234117-
CMYK0.0600.50.08
HSL67.69º73.58%68.82%-
HSV(B)67.69º50%91.76%-
XYZ61.8575.1928.08-
YUV216.1872.03130.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=38.42%
G=41.05%
B=20.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341170.0600.50.0867.6973.5868.82
HexDBEA7560328444a45
Octal333352165606210104112105
Binary1101101111101010111010111001100101000100010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA75; }

 p { color: rgb(219,234,117); }

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

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

 a { background-color: rgb(219,234,117); }

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

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

 span { border-color: rgb(219,234,117); }

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