#DBED74

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

Shades of Mindaro #DBED74

Tints of Mindaro #DBED74

Color information

#DBED74 (or 0xDBED74) is unknown color: approx Mindaro. HEX triplet: DB, ED and 74. RGB value is (219,237,116). Sum of RGB (Red+Green+Blue) = 219+237+116=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED74 is #24128B. Grayscale: #DADADA. Windows color (decimal): -2364044 or 7663067. OLE color: 7663067.

HSL color Cylindrical-coordinate representation of color #DBED74: hue angle of 68.93º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBED74 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB219237116-
CMYK0.0800.510.07
HSL68.93º77.07%69.22%-
HSV(B)68.93º51.05%92.94%-
XYZ62.6576.8928.06-
YUV217.8270.54128.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 116 (45.70% from 255) = 20.28%
R=38.29%
G=41.43%
B=20.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192371160.0800.510.0768.9377.0769.22
HexDBED7480337454d45
Octal333355164100637105115105
Binary1101101111101101111010010000110011111100010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBED74; }

 p { color: rgb(219,237,116); }

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

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

 a { background-color: rgb(219,237,116); }

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

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

 span { border-color: rgb(219,237,116); }

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