#C0CE45

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

Shades of Celery #C0CE45

Tints of Celery #C0CE45

Color information

#C0CE45 (or 0xC0CE45) is unknown color: approx Celery. HEX triplet: C0, CE and 45. RGB value is (192,206,69). Sum of RGB (Red+Green+Blue) = 192+206+69=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE45 is #3F31BA. Grayscale: #BABABA. Windows color (decimal): -4141499 or 4574912. OLE color: 4574912.

HSL color Cylindrical-coordinate representation of color #C0CE45: hue angle of 66.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0CE45 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB19220669-
CMYK0.0700.670.19
HSL66.13º58.3%53.92%-
HSV(B)66.13º66.5%80.78%-
XYZ44.8855.7814.03-
YUV186.261.86132.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=41.11%
G=44.11%
B=14.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192206690.0700.670.1966.1358.353.92
HexC0CE45704313423a36
Octal30031610570103231027266
Binary1100000011001110100010111101000011100111000010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CE45; }

 p { color: rgb(192,206,69); }

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

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

 a { background-color: rgb(192,206,69); }

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

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

 span { border-color: rgb(192,206,69); }

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