Html Css Color HEX #C2CD48 Celery

📋 copy color: '#C2CD48'

red 194 ◦ green 205 ◦ blue 72

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

Shades of Celery #C2CD48

Tints of Celery #C2CD48

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

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

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

R = 41.19%
G = 43.52%
B = 15.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#C2CD48 (or 0xC2CD48) is known color: Celery. HEX triplet: C2, CD and 48. RGB value is (194,205,72). Sum of RGB (Red+Green+Blue) = 194+205+72=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD48 is #3D32B7. Grayscale: #BBBBBB. Windows color (decimal): -4010680 or 4771266. OLE color: 4771266.

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

Color convert

RGB 194 205 72 -
CMYK 0.05 0 0.65 0.20
HSL 64.96º 0.57% 0.54% -
HSV(B) 64.96º 0.65% 0.8% -
XYZ 45.25 55.6 14.48 -
YUV 186.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 194 205 72 0.05 0 0.65 0.20 64.96 0.57 0.54
Hex C2 CD 48 5 0 41 14 41 39 36
Octal 302 315 110 5 0 101 24 101 71 66
Binary 11000010 11001101 1001000 101 0 1000001 10100 1000001 111001 110110

Color Harmonies of #C2CD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD48

Black with #C2CD48

Text Example


Text Example

White with #C2CD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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