#CDFD4E

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

Shades of Mindaro #CDFD4E

Tints of Mindaro #CDFD4E

Color information

#CDFD4E (or 0xCDFD4E) is unknown color: approx Mindaro. HEX triplet: CD, FD and 4E. RGB value is (205,253,78). Sum of RGB (Red+Green+Blue) = 205+253+78=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD4E is #3202B1. Grayscale: #DBDBDB. Windows color (decimal): -3277490 or 5176781. OLE color: 5176781.

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

Color convert

RGB20525378-
CMYK0.1900.690.01
HSL76.46º97.77%64.9%-
HSV(B)76.46º69.17%99.22%-
XYZ61.6883.7820.13-
YUV218.748.6118.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 78 (30.86% from 255) = 14.55%
R=38.25%
G=47.20%
B=14.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205253780.1900.690.0176.4697.7764.9
HexCDFD4E1304514c6241
Octal3153751162301051114142101
Binary1100110111111101100111010011010001011100110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFD4E; }

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

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

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

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

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

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

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

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