#CDFC5D

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

Shades of Mindaro #CDFC5D

Tints of Mindaro #CDFC5D

Color information

#CDFC5D (or 0xCDFC5D) is unknown color: approx Mindaro. HEX triplet: CD, FC and 5D. RGB value is (205,252,93). Sum of RGB (Red+Green+Blue) = 205+252+93=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC5D is #3203A2. Grayscale: #DCDCDC. Windows color (decimal): -3277731 or 6159565. OLE color: 6159565.

HSL color Cylindrical-coordinate representation of color #CDFC5D: hue angle of 77.74º degrees, saturation: 0.96, 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 #CDFC5D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB20525293-
CMYK0.1900.630.01
HSL77.74º96.36%67.65%-
HSV(B)77.74º63.1%98.82%-
XYZ61.9683.3923.19-
YUV219.8256.43117.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 93 (36.72% from 255) = 16.91%
R=37.27%
G=45.82%
B=16.91%

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
Decimal205252930.1900.630.0177.7496.3667.65
HexCDFC5D1303F14e6044
Octal315374135230771116140104
Binary110011011111110010111011001101111111100111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFC5D; }

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

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

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

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

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

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

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

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