#D3FF5C

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

Shades of Mindaro #D3FF5C

Tints of Mindaro #D3FF5C

Color information

#D3FF5C (or 0xD3FF5C) is unknown color: approx Mindaro. HEX triplet: D3, FF and 5C. RGB value is (211,255,92). Sum of RGB (Red+Green+Blue) = 211+255+92=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF5C is #2C00A3. Grayscale: #DFDFDF. Windows color (decimal): -2883748 or 6094803. OLE color: 6094803.

HSL color Cylindrical-coordinate representation of color #D3FF5C: hue angle of 76.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3FF5C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB21125592-
CMYK0.1700.640
HSL76.2º100%68.04%-
HSV(B)76.2º63.92%100%-
XYZ64.5686.1423.35-
YUV223.2653.92119.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 255 (100% from 255) = 45.70%
BLUE value IS 92 (36.33% from 255) = 16.49%
R=37.81%
G=45.70%
B=16.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal211255920.1700.64076.210068.04
HexD3FF5C1104004c6444
Octal3233771342101000114144104
Binary1101001111111111101110010001010000000100110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FF5C; }

 p { color: rgb(211,255,92); }

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

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

 a { background-color: rgb(211,255,92); }

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

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

 span { border-color: rgb(211,255,92); }

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