#CCF362

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

Shades of Mindaro #CCF362

Tints of Mindaro #CCF362

Color information

#CCF362 (or 0xCCF362) is unknown color: approx Mindaro. HEX triplet: CC, F3 and 62. RGB value is (204,243,98). Sum of RGB (Red+Green+Blue) = 204+243+98=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF362 is #330C9D. Grayscale: #D7D7D7. Windows color (decimal): -3345566 or 6484940. OLE color: 6484940.

HSL color Cylindrical-coordinate representation of color #CCF362: hue angle of 76.14º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF362 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB20424398-
CMYK0.1600.600.05
HSL76.14º85.8%66.86%-
HSV(B)76.14º59.67%95.29%-
XYZ59.1677.8223.46-
YUV214.8162.08120.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 243 (95.31% from 255) = 44.59%
BLUE value IS 98 (38.67% from 255) = 17.98%
R=37.43%
G=44.59%
B=17.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204243980.1600.600.0576.1485.866.86
HexCCF3621003C54c5643
Octal314363142200745114126103
Binary11001100111100111100010100000111100101100110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF362; }

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

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

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

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

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

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

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

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