Html Css Color HEX #C0CA45 Celery

📋 copy color: '#C0CA45'

red 192 ◦ green 202 ◦ blue 69

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

Shades of Celery #C0CA45

Tints of Celery #C0CA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.9%

R = 41.47%
G = 43.63%
B = 14.9%

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

#C0CA45 (or 0xC0CA45) is known color: Celery. HEX triplet: C0, CA and 45. RGB value is (192,202,69). Sum of RGB (Red+Green+Blue) = 192+202+69=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA45 is #3F35BA. Grayscale: #B8B8B8. Windows color (decimal): -4142523 or 4573888. OLE color: 4573888.

HSL color Cylindrical-coordinate representation of color #C0CA45: hue angle of 64.51º 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 #C0CA45 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 69 -
CMYK 0.05 0 0.66 0.21
HSL 64.51º 0.56% 0.53% -
HSV(B) 64.51º 0.66% 0.79% -
XYZ 43.93 53.88 13.71 -
YUV 183.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 192 202 69 0.05 0 0.66 0.21 64.51 0.56 0.53
Hex C0 CA 45 5 0 42 15 41 38 35
Octal 300 312 105 5 0 102 25 101 70 65
Binary 11000000 11001010 1000101 101 0 1000010 10101 1000001 111000 110101

Color Harmonies of #C0CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA45

Black with #C0CA45

Text Example


Text Example

White with #C0CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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