#CCFF61

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

Shades of Mindaro #CCFF61

Tints of Mindaro #CCFF61

Color information

#CCFF61 (or 0xCCFF61) is unknown color: approx Mindaro. HEX triplet: CC, FF and 61. RGB value is (204,255,97). Sum of RGB (Red+Green+Blue) = 204+255+97=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF61 is #33009E. Grayscale: #DEDEDE. Windows color (decimal): -3342495 or 6422476. OLE color: 6422476.

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

Color convert

RGB20425597-
CMYK0.200.620
HSL79.37º100%69.02%-
HSV(B)79.37º61.96%100%-
XYZ62.8285.2224.45-
YUV221.7457.6115.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 255 (100% from 255) = 45.86%
BLUE value IS 97 (38.28% from 255) = 17.45%
R=36.69%
G=45.86%
B=17.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204255970.200.62079.3710069.02
HexCCFF611403E04f6445
Octal314377141240760117144105
Binary110011001111111111000011010001111100100111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF61; }

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

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

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

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

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

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

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

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