Html Css Color HEX #C0CA4D Celery

📋 copy color: '#C0CA4D'

red 192 ◦ green 202 ◦ blue 77

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

Shades of Celery #C0CA4D

Tints of Celery #C0CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 40.76%
G = 42.89%
B = 16.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C0CA4D (or 0xC0CA4D) is known color: Celery. HEX triplet: C0, CA and 4D. RGB value is (192,202,77). Sum of RGB (Red+Green+Blue) = 192+202+77=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA4D is #3F35B2. Grayscale: #B9B9B9. Windows color (decimal): -4142515 or 5098176. OLE color: 5098176.

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

Color convert

RGB 192 202 77 -
CMYK 0.05 0 0.62 0.21
HSL 64.8º 0.54% 0.55% -
HSV(B) 64.8º 0.62% 0.79% -
XYZ 44.2 53.98 15.11 -
YUV 184.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 192 202 77 0.05 0 0.62 0.21 64.8 0.54 0.55
Hex C0 CA 4D 5 0 3E 15 41 36 37
Octal 300 312 115 5 0 76 25 101 66 67
Binary 11000000 11001010 1001101 101 0 111110 10101 1000001 110110 110111

Color Harmonies of #C0CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA4D

Black with #C0CA4D

Text Example


Text Example

White with #C0CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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