#cdff59

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

Shades of Mindaro #CDFF59

Tints of Mindaro #CDFF59

Color information

#CDFF59 (or 0xCDFF59) is unknown color: approx Mindaro. HEX triplet: CD, FF and 59. RGB value is (205,255,89). Sum of RGB (Red+Green+Blue) = 205+255+89=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF59 is #3200A6. Grayscale: #DDDDDD. Windows color (decimal): -3276967 or 5898189. OLE color: 5898189.

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

Color convert

RGB20525589-
CMYK0.2000.650
HSL78.07º100%67.45%-
HSV(B)78.07º65.1%100%-
XYZ62.7485.2222.59-
YUV221.1353.44116.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 89 (35.16% from 255) = 16.21%
R=37.34%
G=46.45%
B=16.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal205255890.2000.65078.0710067.45
HexCDFF591404104e6443
Octal3153771312401010116144103
Binary1100110111111111101100110100010000010100111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdff59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdff59; }

 p { color: rgb(205,255,89); }

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

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

 a { background-color: rgb(205,255,89); }

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

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

 span { border-color: rgb(205,255,89); }

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