#D1F362

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

Shades of Mindaro #D1F362

Tints of Mindaro #D1F362

Color information

#D1F362 (or 0xD1F362) is unknown color: approx Mindaro. HEX triplet: D1, F3 and 62. RGB value is (209,243,98). Sum of RGB (Red+Green+Blue) = 209+243+98=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F362 is #2E0C9D. Grayscale: #D8D8D8. Windows color (decimal): -3017886 or 6484945. OLE color: 6484945.

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

Color convert

RGB20924398-
CMYK0.1400.600.05
HSL74.07º85.8%66.86%-
HSV(B)74.07º59.67%95.29%-
XYZ60.5578.5423.52-
YUV216.361.24122.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 98 (38.67% from 255) = 17.82%
R=38%
G=44.18%
B=17.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209243980.1400.600.0574.0785.866.86
HexD1F362E03C54a5643
Octal321363142160745112126103
Binary1101000111110011110001011100111100101100101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F362; }

 p { color: rgb(209,243,98); }

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

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

 a { background-color: rgb(209,243,98); }

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

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

 span { border-color: rgb(209,243,98); }

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