#D5F06C

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

Shades of Mindaro #D5F06C

Tints of Mindaro #D5F06C

Color information

#D5F06C (or 0xD5F06C) is unknown color: approx Mindaro. HEX triplet: D5, F0 and 6C. RGB value is (213,240,108). Sum of RGB (Red+Green+Blue) = 213+240+108=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F06C is #2A0F93. Grayscale: #D9D9D9. Windows color (decimal): -2756500 or 7139541. OLE color: 7139541.

HSL color Cylindrical-coordinate representation of color #D5F06C: hue angle of 72.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5F06C is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB213240108-
CMYK0.1100.550.06
HSL72.27º81.48%68.24%-
HSV(B)72.27º55%94.12%-
XYZ61.3177.5525.92-
YUV216.8866.55125.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 108 (42.58% from 255) = 19.25%
R=37.97%
G=42.78%
B=19.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132401080.1100.550.0672.2781.4868.24
HexD5F06CB0376485144
Octal325360154130676110121104
Binary1101010111110000110110010110110111110100100010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F06C; }

 p { color: rgb(213,240,108); }

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

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

 a { background-color: rgb(213,240,108); }

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

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

 span { border-color: rgb(213,240,108); }

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