#D0F26B

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

Shades of Mindaro #D0F26B

Tints of Mindaro #D0F26B

Color information

#D0F26B (or 0xD0F26B) is unknown color: approx Mindaro. HEX triplet: D0, F2 and 6B. RGB value is (208,242,107). Sum of RGB (Red+Green+Blue) = 208+242+107=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F26B is #2F0D94. Grayscale: #D8D8D8. Windows color (decimal): -3083669 or 7074512. OLE color: 7074512.

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

Color convert

RGB208242107-
CMYK0.1400.560.05
HSL75.11º83.85%68.43%-
HSV(B)75.11º55.79%94.9%-
XYZ60.4277.9825.78-
YUV216.4466.24121.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 242 (94.92% from 255) = 43.45%
BLUE value IS 107 (42.19% from 255) = 19.21%
R=37.34%
G=43.45%
B=19.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421070.1400.560.0575.1183.8568.43
HexD0F26BE03854b5444
Octal320362153160705113124104
Binary1101000011110010110101111100111000101100101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F26B; }

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

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

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

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

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

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

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

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