#D0FD6C

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

Shades of Mindaro #D0FD6C

Tints of Mindaro #D0FD6C

Color information

#D0FD6C (or 0xD0FD6C) is unknown color: approx Mindaro. HEX triplet: D0, FD and 6C. RGB value is (208,253,108). Sum of RGB (Red+Green+Blue) = 208+253+108=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD6C is #2F0293. Grayscale: #DFDFDF. Windows color (decimal): -3080852 or 7142864. OLE color: 7142864.

HSL color Cylindrical-coordinate representation of color #D0FD6C: hue angle of 78.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0FD6C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB208253108-
CMYK0.1800.570.01
HSL78.62º97.32%70.78%-
HSV(B)78.62º57.31%99.22%-
XYZ63.8484.7427.18-
YUV223.0263.09117.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 108 (42.58% from 255) = 18.98%
R=36.56%
G=44.46%
B=18.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531080.1800.570.0178.6297.3270.78
HexD0FD6C1203914f6147
Octal320375154220711117141107
Binary110100001111110111011001001001110011100111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD6C; }

 p { color: rgb(208,253,108); }

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

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

 a { background-color: rgb(208,253,108); }

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

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

 span { border-color: rgb(208,253,108); }

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