#CDFD58

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

Shades of Mindaro #CDFD58

Tints of Mindaro #CDFD58

Color information

#CDFD58 (or 0xCDFD58) is unknown color: approx Mindaro. HEX triplet: CD, FD and 58. RGB value is (205,253,88). Sum of RGB (Red+Green+Blue) = 205+253+88=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD58 is #3202A7. Grayscale: #DCDCDC. Windows color (decimal): -3277480 or 5832141. OLE color: 5832141.

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

Color convert

RGB20525388-
CMYK0.1900.650.01
HSL77.45º97.63%66.86%-
HSV(B)77.45º65.22%99.22%-
XYZ62.0683.9322.16-
YUV219.8453.6117.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 253 (99.22% from 255) = 46.34%
BLUE value IS 88 (34.77% from 255) = 16.12%
R=37.55%
G=46.34%
B=16.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205253880.1900.650.0177.4597.6366.86
HexCDFD581304114d6243
Octal3153751302301011115142103
Binary1100110111111101101100010011010000011100110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFD58; }

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

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

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

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

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

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

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

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