Html Css Color HEX #C0D14A Celery

📋 copy color: '#C0D14A'

red 192 ◦ green 209 ◦ blue 74

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

Shades of Celery #C0D14A

Tints of Celery #C0D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 40.42%
G = 44%
B = 15.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#C0D14A (or 0xC0D14A) is known color: Celery. HEX triplet: C0, D1 and 4A. RGB value is (192,209,74). Sum of RGB (Red+Green+Blue) = 192+209+74=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D14A is #3F2EB5. Grayscale: #BDBDBD. Windows color (decimal): -4140726 or 4903360. OLE color: 4903360.

HSL color Cylindrical-coordinate representation of color #C0D14A: hue angle of 67.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D14A is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 74 -
CMYK 0.08 0 0.65 0.18
HSL 67.56º 0.59% 0.55% -
HSV(B) 67.56º 0.65% 0.82% -
XYZ 45.77 57.3 15.13 -
YUV 188.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 192 209 74 0.08 0 0.65 0.18 67.56 0.59 0.55
Hex C0 D1 4A 8 0 41 12 44 3B 37
Octal 300 321 112 10 0 101 22 104 73 67
Binary 11000000 11010001 1001010 1000 0 1000001 10010 1000100 111011 110111

Color Harmonies of #C0D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D14A

Black with #C0D14A

Text Example


Text Example

White with #C0D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D14A; }

 p { color: rgb(192,209,74); }

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

background-color css

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

 a { background-color: rgb(192,209,74); }

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

border-color css

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

 span { border-color: rgb(192,209,74); }

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