#D5F26B

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

Shades of Mindaro #D5F26B

Tints of Mindaro #D5F26B

Color information

#D5F26B (or 0xD5F26B) is unknown color: approx Mindaro. HEX triplet: D5, F2 and 6B. RGB value is (213,242,107). Sum of RGB (Red+Green+Blue) = 213+242+107=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F26B is #2A0D94. Grayscale: #DADADA. Windows color (decimal): -2755989 or 7074517. OLE color: 7074517.

HSL color Cylindrical-coordinate representation of color #D5F26B: hue angle of 72.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5F26B is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB213242107-
CMYK0.1200.560.05
HSL72.89º83.85%68.43%-
HSV(B)72.89º55.79%94.9%-
XYZ61.8578.7125.84-
YUV217.9465.39124.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 107 (42.19% from 255) = 19.04%
R=37.90%
G=43.06%
B=19.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421070.1200.560.0572.8983.8568.43
HexD5F26BC0385495444
Octal325362153140705111124104
Binary1101010111110010110101111000111000101100100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F26B; }

 p { color: rgb(213,242,107); }

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

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

 a { background-color: rgb(213,242,107); }

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

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

 span { border-color: rgb(213,242,107); }

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