#CCFF69

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

Shades of Mindaro #CCFF69

Tints of Mindaro #CCFF69

Color information

#CCFF69 (or 0xCCFF69) is unknown color: approx Mindaro. HEX triplet: CC, FF and 69. RGB value is (204,255,105). Sum of RGB (Red+Green+Blue) = 204+255+105=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF69 is #330096. Grayscale: #DFDFDF. Windows color (decimal): -3342487 or 6946764. OLE color: 6946764.

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

Color convert

RGB204255105-
CMYK0.200.590
HSL80.4º100%70.59%-
HSV(B)80.4º58.82%100%-
XYZ63.2185.3826.51-
YUV222.6561.6114.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 105 (41.41% from 255) = 18.62%
R=36.17%
G=45.21%
B=18.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551050.200.59080.410070.59
HexCCFF691403B0506447
Octal314377151240730120144107
Binary110011001111111111010011010001110110101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF69; }

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

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

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

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

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

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

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

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