Html Css Color HEX #C2CD46 Celery

📋 copy color: '#C2CD46'

red 194 ◦ green 205 ◦ blue 70

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

Shades of Celery #C2CD46

Tints of Celery #C2CD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 41.36%
G = 43.71%
B = 14.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#C2CD46 (or 0xC2CD46) is known color: Celery. HEX triplet: C2, CD and 46. RGB value is (194,205,70). Sum of RGB (Red+Green+Blue) = 194+205+70=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD46 is #3D32B9. Grayscale: #BABABA. Windows color (decimal): -4010682 or 4640194. OLE color: 4640194.

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

Color convert

RGB 194 205 70 -
CMYK 0.05 0 0.66 0.20
HSL 64.89º 0.57% 0.54% -
HSV(B) 64.89º 0.66% 0.8% -
XYZ 45.18 55.57 14.14 -
YUV 186.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 194 205 70 0.05 0 0.66 0.20 64.89 0.57 0.54
Hex C2 CD 46 5 0 42 14 41 39 36
Octal 302 315 106 5 0 102 24 101 71 66
Binary 11000010 11001101 1000110 101 0 1000010 10100 1000001 111001 110110

Color Harmonies of #C2CD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD46

Black with #C2CD46

Text Example


Text Example

White with #C2CD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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