#D6F26B

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

Shades of Mindaro #D6F26B

Tints of Mindaro #D6F26B

Color information

#D6F26B (or 0xD6F26B) is unknown color: approx Mindaro. HEX triplet: D6, F2 and 6B. RGB value is (214,242,107). Sum of RGB (Red+Green+Blue) = 214+242+107=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F26B is #290D94. Grayscale: #DADADA. Windows color (decimal): -2690453 or 7074518. OLE color: 7074518.

HSL color Cylindrical-coordinate representation of color #D6F26B: hue angle of 72.44º 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 #D6F26B is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB214242107-
CMYK0.1200.560.05
HSL72.44º83.85%68.43%-
HSV(B)72.44º55.79%94.9%-
XYZ62.1478.8625.86-
YUV218.2465.22124.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 107 (42.19% from 255) = 19.01%
R=38.01%
G=42.98%
B=19.01%

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
Decimal2142421070.1200.560.0572.4483.8568.43
HexD6F26BC0385485444
Octal326362153140705110124104
Binary1101011011110010110101111000111000101100100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F26B; }

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

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

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

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

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

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

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

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