Html Css Color HEX #C2D473 Deco

📋 copy color: '#C2D473'

red 194 ◦ green 212 ◦ blue 115

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

Shades of Deco #C2D473

Tints of Deco #C2D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 37.24%
G = 40.69%
B = 22.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#C2D473 (or 0xC2D473) is known color: Deco. HEX triplet: C2, D4 and 73. RGB value is (194,212,115). Sum of RGB (Red+Green+Blue) = 194+212+115=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D473 is #3D2B8C. Grayscale: #C3C3C3. Windows color (decimal): -4008845 or 7591106. OLE color: 7591106.

HSL color Cylindrical-coordinate representation of color #C2D473: hue angle of 71.13º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D473 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 212 115 -
CMYK 0.08 0 0.46 0.17
HSL 71.13º 0.53% 0.64% -
HSV(B) 71.13º 0.46% 0.83% -
XYZ 48.89 59.79 25.18 -
YUV 195.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 194 212 115 0.08 0 0.46 0.17 71.13 0.53 0.64
Hex C2 D4 73 8 0 2E 11 47 35 40
Octal 302 324 163 10 0 56 21 107 65 100
Binary 11000010 11010100 1110011 1000 0 101110 10001 1000111 110101 1000000

Color Harmonies of #C2D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D473

Black with #C2D473

Text Example


Text Example

White with #C2D473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D473; }

 p { color: rgb(194,212,115); }

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

background-color css

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

 a { background-color: rgb(194,212,115); }

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

border-color css

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

 span { border-color: rgb(194,212,115); }

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