#DBFB60

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

Shades of Mindaro #DBFB60

Tints of Mindaro #DBFB60

Color information

#DBFB60 (or 0xDBFB60) is unknown color: approx Mindaro. HEX triplet: DB, FB and 60. RGB value is (219,251,96). Sum of RGB (Red+Green+Blue) = 219+251+96=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB60 is #24049F. Grayscale: #E0E0E0. Windows color (decimal): -2360480 or 6355931. OLE color: 6355931.

HSL color Cylindrical-coordinate representation of color #DBFB60: hue angle of 72.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBFB60 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB21925196-
CMYK0.1300.620.02
HSL72.39º95.09%68.04%-
HSV(B)72.39º61.75%98.43%-
XYZ65.8284.923.98-
YUV223.7655.9124.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 96 (37.89% from 255) = 16.96%
R=38.69%
G=44.35%
B=16.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219251960.1300.620.0272.3995.0968.04
HexDBFB60D03E2485f44
Octal333373140150762110137104
Binary110110111111101111000001101011111010100100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB60; }

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

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

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

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

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

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

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

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