#C0CC4E

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

Shades of Celery #C0CC4E

Tints of Celery #C0CC4E

Color information

#C0CC4E (or 0xC0CC4E) is unknown color: approx Celery. HEX triplet: C0, CC and 4E. RGB value is (192,204,78). Sum of RGB (Red+Green+Blue) = 192+204+78=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC4E is #3F33B1. Grayscale: #BABABA. Windows color (decimal): -4142002 or 5164224. OLE color: 5164224.

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

Color convert

RGB19220478-
CMYK0.0600.620.2
HSL65.71º55.26%55.29%-
HSV(B)65.71º61.76%80%-
XYZ44.7154.9415.46-
YUV186.0567.02132.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=40.51%
G=43.04%
B=16.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192204780.0600.620.265.7155.2655.29
HexC0CC4E603E14423737
Octal3003141166076241026767
Binary110000001100110010011101100111110101001000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC4E; }

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

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

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

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

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

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

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

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