#DBFB75

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

Shades of Mindaro #DBFB75

Tints of Mindaro #DBFB75

Color information

#DBFB75 (or 0xDBFB75) is unknown color: approx Mindaro. HEX triplet: DB, FB and 75. RGB value is (219,251,117). Sum of RGB (Red+Green+Blue) = 219+251+117=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB75 is #24048A. Grayscale: #E2E2E2. Windows color (decimal): -2360459 or 7732187. OLE color: 7732187.

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

Color convert

RGB219251117-
CMYK0.1300.530.02
HSL74.33º94.37%72.16%-
HSV(B)74.33º53.39%98.43%-
XYZ66.9285.3429.77-
YUV226.1666.4122.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 117 (46.09% from 255) = 19.93%
R=37.31%
G=42.76%
B=19.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511170.1300.530.0274.3394.3772.16
HexDBFB75D03524a5e48
Octal333373165150652112136110
Binary110110111111101111101011101011010110100101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB75; }

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

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

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

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

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

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

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

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