#CCFF5C

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

Shades of Mindaro #CCFF5C

Tints of Mindaro #CCFF5C

Color information

#CCFF5C (or 0xCCFF5C) is unknown color: approx Mindaro. HEX triplet: CC, FF and 5C. RGB value is (204,255,92). Sum of RGB (Red+Green+Blue) = 204+255+92=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF5C is #3300A3. Grayscale: #DDDDDD. Windows color (decimal): -3342500 or 6094796. OLE color: 6094796.

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

Color convert

RGB20425592-
CMYK0.200.640
HSL78.77º100%68.04%-
HSV(B)78.77º63.92%100%-
XYZ62.5985.1323.26-
YUV221.1755.1115.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 92 (36.33% from 255) = 16.70%
R=37.02%
G=46.28%
B=16.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204255920.200.64078.7710068.04
HexCCFF5C1404004f6444
Octal3143771342401000117144104
Binary1100110011111111101110010100010000000100111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF5C; }

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

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

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

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

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

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

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

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