#C0CC44

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

Shades of Celery #C0CC44

Tints of Celery #C0CC44

Color information

#C0CC44 (or 0xC0CC44) is unknown color: approx Celery. HEX triplet: C0, CC and 44. RGB value is (192,204,68). Sum of RGB (Red+Green+Blue) = 192+204+68=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC44 is #3F33BB. Grayscale: #B9B9B9. Windows color (decimal): -4142012 or 4508864. OLE color: 4508864.

HSL color Cylindrical-coordinate representation of color #C0CC44: hue angle of 65.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0CC44 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB19220468-
CMYK0.0600.670.2
HSL65.29º57.14%53.33%-
HSV(B)65.29º66.67%80%-
XYZ44.3754.8113.71-
YUV184.9162.02133.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 68 (26.95% from 255) = 14.66%
R=41.38%
G=43.97%
B=14.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192204680.0600.670.265.2957.1453.33
HexC0CC44604314413935
Octal30031410460103241017165
Binary1100000011001100100010011001000011101001000001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC44; }

 p { color: rgb(192,204,68); }

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

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

 a { background-color: rgb(192,204,68); }

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

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

 span { border-color: rgb(192,204,68); }

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