#D5E068

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

Shades of Mindaro #D5E068

Tints of Mindaro #D5E068

Color information

#D5E068 (or 0xD5E068) is unknown color: approx Mindaro. HEX triplet: D5, E0 and 68. RGB value is (213,224,104). Sum of RGB (Red+Green+Blue) = 213+224+104=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E068 is #2A1F97. Grayscale: #CFCFCF. Windows color (decimal): -2760600 or 6873301. OLE color: 6873301.

HSL color Cylindrical-coordinate representation of color #D5E068: hue angle of 65.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5E068 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB213224104-
CMYK0.0500.540.12
HSL65.5º65.93%64.31%-
HSV(B)65.5º53.57%87.84%-
XYZ56.5968.4623.33-
YUV207.0369.86132.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 104 (41.02% from 255) = 19.22%
R=39.37%
G=41.40%
B=19.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241040.0500.540.1265.565.9364.31
HexD5E0685036C424240
Octal325340150506614102102100
Binary1101010111100000110100010101101101100100001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E068; }

 p { color: rgb(213,224,104); }

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

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

 a { background-color: rgb(213,224,104); }

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

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

 span { border-color: rgb(213,224,104); }

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