#CCFF56

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

Shades of Mindaro #CCFF56

Tints of Mindaro #CCFF56

Color information

#CCFF56 (or 0xCCFF56) is unknown color: approx Mindaro. HEX triplet: CC, FF and 56. RGB value is (204,255,86). Sum of RGB (Red+Green+Blue) = 204+255+86=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF56 is #3300A9. Grayscale: #DDDDDD. Windows color (decimal): -3342506 or 5701580. OLE color: 5701580.

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

Color convert

RGB20425586-
CMYK0.200.660
HSL78.11º100%66.86%-
HSV(B)78.11º66.27%100%-
XYZ62.3485.0321.93-
YUV220.4852.1116.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 86 (33.98% from 255) = 15.78%
R=37.43%
G=46.79%
B=15.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204255860.200.66078.1110066.86
HexCCFF561404204e6443
Octal3143771262401020116144103
Binary1100110011111111101011010100010000100100111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF56; }

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

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

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

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

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

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

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

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