#D1F265

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

Shades of Mindaro #D1F265

Tints of Mindaro #D1F265

Color information

#D1F265 (or 0xD1F265) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 65. RGB value is (209,242,101). Sum of RGB (Red+Green+Blue) = 209+242+101=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F265 is #2E0D9A. Grayscale: #D8D8D8. Windows color (decimal): -3018139 or 6681297. OLE color: 6681297.

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

Color convert

RGB209242101-
CMYK0.1400.580.05
HSL74.04º84.43%67.25%-
HSV(B)74.04º58.26%94.9%-
XYZ60.47824.18-
YUV216.0663.07122.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 242 (94.92% from 255) = 43.84%
BLUE value IS 101 (39.84% from 255) = 18.30%
R=37.86%
G=43.84%
B=18.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421010.1400.580.0574.0484.4367.25
HexD1F265E03A54a5443
Octal321362145160725112124103
Binary1101000111110010110010111100111010101100101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F265; }

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

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

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

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

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

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

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

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