Html Css Color HEX #C1CD48 Celery

📋 copy color: '#C1CD48'

red 193 ◦ green 205 ◦ blue 72

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

Shades of Celery #C1CD48

Tints of Celery #C1CD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

 BLUE value IS 72 (28.52% from 255) = 15.32%

R = 41.06%
G = 43.62%
B = 15.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#C1CD48 (or 0xC1CD48) is known color: Celery. HEX triplet: C1, CD and 48. RGB value is (193,205,72). Sum of RGB (Red+Green+Blue) = 193+205+72=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD48 is #3E32B7. Grayscale: #BABABA. Windows color (decimal): -4076216 or 4771265. OLE color: 4771265.

HSL color Cylindrical-coordinate representation of color #C1CD48: hue angle of 65.41º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1CD48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 72 -
CMYK 0.06 0 0.65 0.20
HSL 65.41º 0.57% 0.54% -
HSV(B) 65.41º 0.65% 0.8% -
XYZ 44.99 55.47 14.47 -
YUV 186.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 193 205 72 0.06 0 0.65 0.20 65.41 0.57 0.54
Hex C1 CD 48 6 0 41 14 41 39 36
Octal 301 315 110 6 0 101 24 101 71 66
Binary 11000001 11001101 1001000 110 0 1000001 10100 1000001 111001 110110

Color Harmonies of #C1CD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CD48

Black with #C1CD48

Text Example


Text Example

White with #C1CD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CD48; }

 p { color: rgb(193,205,72); }

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

background-color css

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

 a { background-color: rgb(193,205,72); }

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

border-color css

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

 span { border-color: rgb(193,205,72); }

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