#C0CC4F

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

Shades of Celery #C0CC4F

Tints of Celery #C0CC4F

Color information

#C0CC4F (or 0xC0CC4F) is unknown color: approx Celery. HEX triplet: C0, CC and 4F. RGB value is (192,204,79). Sum of RGB (Red+Green+Blue) = 192+204+79=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC4F is #3F33B0. Grayscale: #BABABA. Windows color (decimal): -4142001 or 5229760. OLE color: 5229760.

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

Color convert

RGB19220479-
CMYK0.0600.610.2
HSL65.76º55.07%55.49%-
HSV(B)65.76º61.27%80%-
XYZ44.7454.9615.65-
YUV186.1667.52132.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 79 (31.25% from 255) = 16.63%
R=40.42%
G=42.95%
B=16.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192204790.0600.610.265.7655.0755.49
HexC0CC4F603D14423737
Octal3003141176075241026767
Binary110000001100110010011111100111101101001000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC4F; }

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

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

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

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

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

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

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

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