Html Css Color HEX #C0CD4C Celery

📋 copy color: '#C0CD4C'

red 192 ◦ green 205 ◦ blue 76

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

Shades of Celery #C0CD4C

Tints of Celery #C0CD4C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 40.59%
G = 43.34%
B = 16.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#C0CD4C (or 0xC0CD4C) is known color: Celery. HEX triplet: C0, CD and 4C. RGB value is (192,205,76). Sum of RGB (Red+Green+Blue) = 192+205+76=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD4C is #3F32B3. Grayscale: #BABABA. Windows color (decimal): -4141748 or 5033408. OLE color: 5033408.

HSL color Cylindrical-coordinate representation of color #C0CD4C: hue angle of 66.05º 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 #C0CD4C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 76 -
CMYK 0.06 0 0.63 0.20
HSL 66.05º 0.56% 0.55% -
HSV(B) 66.05º 0.63% 0.8% -
XYZ 44.87 55.39 15.16 -
YUV 186.41 65.69 131.99 -
System Red Green Blue C M Y K H S L
Decimal 192 205 76 0.06 0 0.63 0.20 66.05 0.56 0.55
Hex C0 CD 4C 6 0 3F 14 42 38 37
Octal 300 315 114 6 0 77 24 102 70 67
Binary 11000000 11001101 1001100 110 0 111111 10100 1000010 111000 110111

Color Harmonies of #C0CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD4C

Black with #C0CD4C

Text Example


Text Example

White with #C0CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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