Html Css Color HEX #C0CA50 Celery

📋 copy color: '#C0CA50'

red 192 ◦ green 202 ◦ blue 80

#C0CA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C0CA50

Tints of Celery #C0CA50

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 40.51%
G = 42.62%
B = 16.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C0CA50 (or 0xC0CA50) is known color: Celery. HEX triplet: C0, CA and 50. RGB value is (192,202,80). Sum of RGB (Red+Green+Blue) = 192+202+80=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA50 is #3F35AF. Grayscale: #B9B9B9. Windows color (decimal): -4142512 or 5294784. OLE color: 5294784.

HSL color Cylindrical-coordinate representation of color #C0CA50: hue angle of 64.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0CA50 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 80 -
CMYK 0.05 0 0.60 0.21
HSL 64.92º 0.54% 0.55% -
HSV(B) 64.92º 0.6% 0.79% -
XYZ 44.31 54.03 15.68 -
YUV 185.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 192 202 80 0.05 0 0.60 0.21 64.92 0.54 0.55
Hex C0 CA 50 5 0 3C 15 41 36 37
Octal 300 312 120 5 0 74 25 101 66 67
Binary 11000000 11001010 1010000 101 0 111100 10101 1000001 110110 110111

Color Harmonies of #C0CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA50

Black with #C0CA50

Text Example


Text Example

White with #C0CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA50; }

 p { color: rgb(192,202,80); }

 H1.HeaderClassName
 {
   color: #C0CA50;
 }
 .AnyTagClassName
 {
   color: #C0CA50;
 }
</style>

background-color css

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

 a { background-color: rgb(192,202,80); }

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

border-color css

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

 span { border-color: rgb(192,202,80); }

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