#CCFF5D

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

Shades of Mindaro #CCFF5D

Tints of Mindaro #CCFF5D

Color information

#CCFF5D (or 0xCCFF5D) is unknown color: approx Mindaro. HEX triplet: CC, FF and 5D. RGB value is (204,255,93). Sum of RGB (Red+Green+Blue) = 204+255+93=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF5D is #3300A2. Grayscale: #DDDDDD. Windows color (decimal): -3342499 or 6160332. OLE color: 6160332.

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

Color convert

RGB20425593-
CMYK0.200.640
HSL78.89º100%68.24%-
HSV(B)78.89º63.53%100%-
XYZ62.6485.1523.49-
YUV221.2855.6115.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 93 (36.72% from 255) = 16.85%
R=36.96%
G=46.20%
B=16.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204255930.200.64078.8910068.24
HexCCFF5D1404004f6444
Octal3143771352401000117144104
Binary1100110011111111101110110100010000000100111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF5D; }

 p { color: rgb(204,255,93); }

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

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

 a { background-color: rgb(204,255,93); }

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

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

 span { border-color: rgb(204,255,93); }

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