Html Css Color HEX #C0CE45 Celery

📋 copy color: '#C0CE45'

red 192 ◦ green 206 ◦ blue 69

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

Shades of Celery #C0CE45

Tints of Celery #C0CE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 41.11%
G = 44.11%
B = 14.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#C0CE45 (or 0xC0CE45) is known color: Celery. HEX triplet: C0, CE and 45. RGB value is (192,206,69). Sum of RGB (Red+Green+Blue) = 192+206+69=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE45 is #3F31BA. Grayscale: #BABABA. Windows color (decimal): -4141499 or 4574912. OLE color: 4574912.

HSL color Cylindrical-coordinate representation of color #C0CE45: hue angle of 66.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0CE45 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 69 -
CMYK 0.07 0 0.67 0.19
HSL 66.13º 0.58% 0.54% -
HSV(B) 66.13º 0.67% 0.81% -
XYZ 44.88 55.78 14.03 -
YUV 186.2 61.86 132.14 -
System Red Green Blue C M Y K H S L
Decimal 192 206 69 0.07 0 0.67 0.19 66.13 0.58 0.54
Hex C0 CE 45 7 0 43 13 42 3A 36
Octal 300 316 105 7 0 103 23 102 72 66
Binary 11000000 11001110 1000101 111 0 1000011 10011 1000010 111010 110110

Color Harmonies of #C0CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE45

Black with #C0CE45

Text Example


Text Example

White with #C0CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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