#DBF35E

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

Shades of Mindaro #DBF35E

Tints of Mindaro #DBF35E

Color information

#DBF35E (or 0xDBF35E) is unknown color: approx Mindaro. HEX triplet: DB, F3 and 5E. RGB value is (219,243,94). Sum of RGB (Red+Green+Blue) = 219+243+94=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF35E is #240CA1. Grayscale: #DBDBDB. Windows color (decimal): -2362530 or 6222811. OLE color: 6222811.

HSL color Cylindrical-coordinate representation of color #DBF35E: hue angle of 69.66º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF35E is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB21924394-
CMYK0.1000.610.05
HSL69.66º86.13%66.08%-
HSV(B)69.66º61.32%95.29%-
XYZ63.2879.9722.69-
YUV218.8457.55128.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 94 (37.11% from 255) = 16.91%
R=39.39%
G=43.71%
B=16.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219243940.1000.610.0569.6686.1366.08
HexDBF35EA03D5465642
Octal333363136120755106126102
Binary1101101111110011101111010100111101101100011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF35E; }

 p { color: rgb(219,243,94); }

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

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

 a { background-color: rgb(219,243,94); }

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

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

 span { border-color: rgb(219,243,94); }

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