#CDFD5D

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

Shades of Mindaro #CDFD5D

Tints of Mindaro #CDFD5D

Color information

#CDFD5D (or 0xCDFD5D) is unknown color: approx Mindaro. HEX triplet: CD, FD and 5D. RGB value is (205,253,93). Sum of RGB (Red+Green+Blue) = 205+253+93=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD5D is #3202A2. Grayscale: #DCDCDC. Windows color (decimal): -3277475 or 6159821. OLE color: 6159821.

HSL color Cylindrical-coordinate representation of color #CDFD5D: hue angle of 78º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDFD5D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB20525393-
CMYK0.1900.630.01
HSL78º97.56%67.84%-
HSV(B)78º63.24%99.22%-
XYZ62.2884.0223.29-
YUV220.4156.1117.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=37.21%
G=45.92%
B=16.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205253930.1900.630.017897.5667.84
HexCDFD5D1303F14e6244
Octal315375135230771116142104
Binary110011011111110110111011001101111111100111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFD5D; }

 p { color: rgb(205,253,93); }

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

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

 a { background-color: rgb(205,253,93); }

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

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

 span { border-color: rgb(205,253,93); }

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