#CDFD62

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

Shades of Mindaro #CDFD62

Tints of Mindaro #CDFD62

Color information

#CDFD62 (or 0xCDFD62) is unknown color: approx Mindaro. HEX triplet: CD, FD and 62. RGB value is (205,253,98). Sum of RGB (Red+Green+Blue) = 205+253+98=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD62 is #32029D. Grayscale: #DDDDDD. Windows color (decimal): -3277470 or 6487501. OLE color: 6487501.

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

Color convert

RGB20525398-
CMYK0.1900.610.01
HSL78.58º97.48%68.82%-
HSV(B)78.58º61.26%99.22%-
XYZ62.5184.1124.5-
YUV220.9858.6116.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 98 (38.67% from 255) = 17.63%
R=36.87%
G=45.50%
B=17.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205253980.1900.610.0178.5897.4868.82
HexCDFD621303D14f6145
Octal315375142230751117141105
Binary110011011111110111000101001101111011100111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFD62; }

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

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

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

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

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

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

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

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