Html Css Color HEX #C5CD48 Celery

📋 copy color: '#C5CD48'

red 197 ◦ green 205 ◦ blue 72

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

Shades of Celery #C5CD48

Tints of Celery #C5CD48

RGB

 RED value IS 197 (77.34% from 255) = 41.56%

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

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

R = 41.56%
G = 43.25%
B = 15.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#C5CD48 (or 0xC5CD48) is known color: Celery. HEX triplet: C5, CD and 48. RGB value is (197,205,72). Sum of RGB (Red+Green+Blue) = 197+205+72=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD48 is #3A32B7. Grayscale: #BBBBBB. Windows color (decimal): -3814072 or 4771269. OLE color: 4771269.

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

Color convert

RGB 197 205 72 -
CMYK 0.04 0 0.65 0.20
HSL 63.61º 0.57% 0.54% -
HSV(B) 63.61º 0.65% 0.8% -
XYZ 46.03 56 14.51 -
YUV 187.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 197 205 72 0.04 0 0.65 0.20 63.61 0.57 0.54
Hex C5 CD 48 4 0 41 14 40 39 36
Octal 305 315 110 4 0 101 24 100 71 66
Binary 11000101 11001101 1001000 100 0 1000001 10100 1000000 111001 110110

Color Harmonies of #C5CD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD48

Black with #C5CD48

Text Example


Text Example

White with #C5CD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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