Html Css Color HEX #C0CC4C Celery

📋 copy color: '#C0CC4C'

red 192 ◦ green 204 ◦ blue 76

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

Shades of Celery #C0CC4C

Tints of Celery #C0CC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 40.68%
G = 43.22%
B = 16.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#C0CC4C (or 0xC0CC4C) is known color: Celery. HEX triplet: C0, CC and 4C. RGB value is (192,204,76). Sum of RGB (Red+Green+Blue) = 192+204+76=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC4C is #3F33B3. Grayscale: #BABABA. Windows color (decimal): -4142004 or 5033152. OLE color: 5033152.

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

Color convert

RGB 192 204 76 -
CMYK 0.06 0 0.63 0.2
HSL 65.63º 0.56% 0.55% -
HSV(B) 65.63º 0.63% 0.8% -
XYZ 44.64 54.91 15.08 -
YUV 185.82 66.02 132.41 -
System Red Green Blue C M Y K H S L
Decimal 192 204 76 0.06 0 0.63 0.2 65.63 0.56 0.55
Hex C0 CC 4C 6 0 3F 14 42 38 37
Octal 300 314 114 6 0 77 24 102 70 67
Binary 11000000 11001100 1001100 110 0 111111 10100 1000010 111000 110111

Color Harmonies of #C0CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC4C

Black with #C0CC4C

Text Example


Text Example

White with #C0CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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