#DBEA60

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

Shades of Mindaro #DBEA60

Tints of Mindaro #DBEA60

Color information

#DBEA60 (or 0xDBEA60) is unknown color: approx Mindaro. HEX triplet: DB, EA and 60. RGB value is (219,234,96). Sum of RGB (Red+Green+Blue) = 219+234+96=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA60 is #24159F. Grayscale: #D6D6D6. Windows color (decimal): -2364832 or 6351579. OLE color: 6351579.

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

Color convert

RGB21923496-
CMYK0.0600.590.08
HSL66.52º76.67%64.71%-
HSV(B)66.52º58.97%91.76%-
XYZ60.7574.7522.29-
YUV213.7861.53131.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 96 (37.89% from 255) = 17.49%
R=39.89%
G=42.62%
B=17.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219234960.0600.590.0866.5276.6764.71
HexDBEA60603B8434d41
Octal333352140607310103115101
Binary1101101111101010110000011001110111000100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA60; }

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

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

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

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

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

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

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

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