#DBE95C

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

Shades of Mindaro #DBE95C

Tints of Mindaro #DBE95C

Color information

#DBE95C (or 0xDBE95C) is unknown color: approx Mindaro. HEX triplet: DB, E9 and 5C. RGB value is (219,233,92). Sum of RGB (Red+Green+Blue) = 219+233+92=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE95C is #2416A3. Grayscale: #D5D5D5. Windows color (decimal): -2365092 or 6089179. OLE color: 6089179.

HSL color Cylindrical-coordinate representation of color #DBE95C: hue angle of 65.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE95C is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB21923392-
CMYK0.0600.610.09
HSL65.96º76.22%63.73%-
HSV(B)65.96º60.52%91.37%-
XYZ60.2874.1121.25-
YUV212.7459.86132.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 92 (36.33% from 255) = 16.91%
R=40.26%
G=42.83%
B=16.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal219233920.0600.610.0965.9676.2263.73
HexDBE95C603D9424c40
Octal333351134607511102114100
Binary1101101111101001101110011001111011001100001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE95C; }

 p { color: rgb(219,233,92); }

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

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

 a { background-color: rgb(219,233,92); }

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

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

 span { border-color: rgb(219,233,92); }

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