#CCF369

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

Shades of Mindaro #CCF369

Tints of Mindaro #CCF369

Color information

#CCF369 (or 0xCCF369) is unknown color: approx Mindaro. HEX triplet: CC, F3 and 69. RGB value is (204,243,105). Sum of RGB (Red+Green+Blue) = 204+243+105=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF369 is #330C96. Grayscale: #D8D8D8. Windows color (decimal): -3345559 or 6943692. OLE color: 6943692.

HSL color Cylindrical-coordinate representation of color #CCF369: hue angle of 76.96º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF369 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB204243105-
CMYK0.1600.570.05
HSL76.96º85.19%68.24%-
HSV(B)76.96º56.79%95.29%-
XYZ59.577.9625.28-
YUV215.6165.58119.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 243 (95.31% from 255) = 44.02%
BLUE value IS 105 (41.41% from 255) = 19.02%
R=36.96%
G=44.02%
B=19.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431050.1600.570.0576.9685.1968.24
HexCCF3691003954d5544
Octal314363151200715115125104
Binary11001100111100111101001100000111001101100110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF369; }

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

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

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

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

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

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

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

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