#CDFF58

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

Shades of Mindaro #CDFF58

Tints of Mindaro #CDFF58

Color information

#CDFF58 (or 0xCDFF58) is unknown color: approx Mindaro. HEX triplet: CD, FF and 58. RGB value is (205,255,88). Sum of RGB (Red+Green+Blue) = 205+255+88=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF58 is #3200A7. Grayscale: #DDDDDD. Windows color (decimal): -3276968 or 5832653. OLE color: 5832653.

HSL color Cylindrical-coordinate representation of color #CDFF58: hue angle of 77.96º 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 #CDFF58 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB20525588-
CMYK0.2000.650
HSL77.96º100%67.25%-
HSV(B)77.96º65.49%100%-
XYZ62.785.222.37-
YUV221.0152.94116.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 88 (34.77% from 255) = 16.06%
R=37.41%
G=46.53%
B=16.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal205255880.2000.65077.9610067.25
HexCDFF581404104e6443
Octal3153771302401010116144103
Binary1100110111111111101100010100010000010100111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF58; }

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

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

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

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

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

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

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

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