Html Css Color HEX #C0D149 Celery

📋 copy color: '#C0D149'

red 192 ◦ green 209 ◦ blue 73

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

Shades of Celery #C0D149

Tints of Celery #C0D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

 BLUE value IS 73 (28.91% from 255) = 15.4%

R = 40.51%
G = 44.09%
B = 15.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#C0D149 (or 0xC0D149) is known color: Celery. HEX triplet: C0, D1 and 49. RGB value is (192,209,73). Sum of RGB (Red+Green+Blue) = 192+209+73=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D149 is #3F2EB6. Grayscale: #BCBCBC. Windows color (decimal): -4140727 or 4837824. OLE color: 4837824.

HSL color Cylindrical-coordinate representation of color #C0D149: hue angle of 67.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D149 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 73 -
CMYK 0.08 0 0.65 0.18
HSL 67.5º 0.6% 0.55% -
HSV(B) 67.5º 0.65% 0.82% -
XYZ 45.74 57.29 14.95 -
YUV 188.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 192 209 73 0.08 0 0.65 0.18 67.5 0.6 0.55
Hex C0 D1 49 8 0 41 12 44 3C 37
Octal 300 321 111 10 0 101 22 104 74 67
Binary 11000000 11010001 1001001 1000 0 1000001 10010 1000100 111100 110111

Color Harmonies of #C0D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D149

Black with #C0D149

Text Example


Text Example

White with #C0D149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D149; }

 p { color: rgb(192,209,73); }

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

background-color css

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

 a { background-color: rgb(192,209,73); }

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

border-color css

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

 span { border-color: rgb(192,209,73); }

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