Html Css Color HEX #C1D14B Celery

📋 copy color: '#C1D14B'

red 193 ◦ green 209 ◦ blue 75

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

Shades of Celery #C1D14B

Tints of Celery #C1D14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 40.46%
G = 43.82%
B = 15.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C1D14B (or 0xC1D14B) is known color: Celery. HEX triplet: C1, D1 and 4B. RGB value is (193,209,75). Sum of RGB (Red+Green+Blue) = 193+209+75=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D14B is #3E2EB4. Grayscale: #BDBDBD. Windows color (decimal): -4075189 or 4968897. OLE color: 4968897.

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

Color convert

RGB 193 209 75 -
CMYK 0.08 0 0.64 0.18
HSL 67.16º 0.59% 0.56% -
HSV(B) 67.16º 0.64% 0.82% -
XYZ 46.06 57.45 15.32 -
YUV 188.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 193 209 75 0.08 0 0.64 0.18 67.16 0.59 0.56
Hex C1 D1 4B 8 0 40 12 43 3B 38
Octal 301 321 113 10 0 100 22 103 73 70
Binary 11000001 11010001 1001011 1000 0 1000000 10010 1000011 111011 111000

Color Harmonies of #C1D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D14B

Black with #C1D14B

Text Example


Text Example

White with #C1D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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