Html Css Color HEX #C0CA44 Celery

📋 copy color: '#C0CA44'

red 192 ◦ green 202 ◦ blue 68

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

Shades of Celery #C0CA44

Tints of Celery #C0CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 41.56%
G = 43.72%
B = 14.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C0CA44 (or 0xC0CA44) is known color: Celery. HEX triplet: C0, CA and 44. RGB value is (192,202,68). Sum of RGB (Red+Green+Blue) = 192+202+68=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA44 is #3F35BB. Grayscale: #B8B8B8. Windows color (decimal): -4142524 or 4508352. OLE color: 4508352.

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

Color convert

RGB 192 202 68 -
CMYK 0.05 0 0.66 0.21
HSL 64.48º 0.56% 0.53% -
HSV(B) 64.48º 0.66% 0.79% -
XYZ 43.9 53.86 13.55 -
YUV 183.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 192 202 68 0.05 0 0.66 0.21 64.48 0.56 0.53
Hex C0 CA 44 5 0 42 15 40 38 35
Octal 300 312 104 5 0 102 25 100 70 65
Binary 11000000 11001010 1000100 101 0 1000010 10101 1000000 111000 110101

Color Harmonies of #C0CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA44

Black with #C0CA44

Text Example


Text Example

White with #C0CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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