Html Css Color HEX #C1D14A Celery

📋 copy color: '#C1D14A'

red 193 ◦ green 209 ◦ blue 74

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

Shades of Celery #C1D14A

Tints of Celery #C1D14A

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

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

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

R = 40.55%
G = 43.91%
B = 15.55%

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

#C1D14A (or 0xC1D14A) is known color: Celery. HEX triplet: C1, D1 and 4A. RGB value is (193,209,74). Sum of RGB (Red+Green+Blue) = 193+209+74=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D14A is #3E2EB5. Grayscale: #BDBDBD. Windows color (decimal): -4075190 or 4903361. OLE color: 4903361.

HSL color Cylindrical-coordinate representation of color #C1D14A: hue angle of 67.11º 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 #C1D14A is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 209 74 -
CMYK 0.08 0 0.65 0.18
HSL 67.11º 0.59% 0.55% -
HSV(B) 67.11º 0.65% 0.82% -
XYZ 46.03 57.43 15.14 -
YUV 188.83 63.2 130.98 -
System Red Green Blue C M Y K H S L
Decimal 193 209 74 0.08 0 0.65 0.18 67.11 0.59 0.55
Hex C1 D1 4A 8 0 41 12 43 3B 37
Octal 301 321 112 10 0 101 22 103 73 67
Binary 11000001 11010001 1001010 1000 0 1000001 10010 1000011 111011 110111

Color Harmonies of #C1D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D14A

Black with #C1D14A

Text Example


Text Example

White with #C1D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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