#D1F26B

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

Shades of Mindaro #D1F26B

Tints of Mindaro #D1F26B

Color information

#D1F26B (or 0xD1F26B) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 6B. RGB value is (209,242,107). Sum of RGB (Red+Green+Blue) = 209+242+107=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F26B is #2E0D94. Grayscale: #D9D9D9. Windows color (decimal): -3018133 or 7074513. OLE color: 7074513.

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

Color convert

RGB209242107-
CMYK0.1400.560.05
HSL74.67º83.85%68.43%-
HSV(B)74.67º55.79%94.9%-
XYZ60.778.1225.79-
YUV216.7466.07122.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 242 (94.92% from 255) = 43.37%
BLUE value IS 107 (42.19% from 255) = 19.18%
R=37.46%
G=43.37%
B=19.18%

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
Decimal2092421070.1400.560.0574.6783.8568.43
HexD1F26BE03854b5444
Octal321362153160705113124104
Binary1101000111110010110101111100111000101100101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F26B; }

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

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

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

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

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

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

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

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