Html Css Color HEX #C0C34E Celery

📋 copy color: '#C0C34E'

red 192 ◦ green 195 ◦ blue 78

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

Shades of Celery #C0C34E

Tints of Celery #C0C34E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

 BLUE value IS 78 (30.86% from 255) = 16.77%

R = 41.29%
G = 41.94%
B = 16.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C0C34E (or 0xC0C34E) is known color: Celery. HEX triplet: C0, C3 and 4E. RGB value is (192,195,78). Sum of RGB (Red+Green+Blue) = 192+195+78=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C34E is #3F3CB1. Grayscale: #B5B5B5. Windows color (decimal): -4144306 or 5161920. OLE color: 5161920.

HSL color Cylindrical-coordinate representation of color #C0C34E: hue angle of 61.54º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0C34E is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 78 -
CMYK 0.02 0 0.6 0.24
HSL 61.54º 0.49% 0.54% -
HSV(B) 61.54º 0.6% 0.76% -
XYZ 42.63 50.79 14.76 -
YUV 180.77 70.01 136.01 -
System Red Green Blue C M Y K H S L
Decimal 192 195 78 0.02 0 0.6 0.24 61.54 0.49 0.54
Hex C0 C3 4E 2 0 3C 18 3E 31 36
Octal 300 303 116 2 0 74 30 76 61 66
Binary 11000000 11000011 1001110 10 0 111100 11000 111110 110001 110110

Color Harmonies of #C0C34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C34E

Black with #C0C34E

Text Example


Text Example

White with #C0C34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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