Html Css Color HEX #C2D190 Green Mist

📋 copy color: '#C2D190'

red 194 ◦ green 209 ◦ blue 144

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

Shades of Green Mist #C2D190

Tints of Green Mist #C2D190

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.21%

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 35.47%
G = 38.21%
B = 26.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#C2D190 (or 0xC2D190) is known color: Green Mist. HEX triplet: C2, D1 and 90. RGB value is (194,209,144). Sum of RGB (Red+Green+Blue) = 194+209+144=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D190 is #3D2E6F. Grayscale: #C5C5C5. Windows color (decimal): -4009584 or 9490882. OLE color: 9490882.

HSL color Cylindrical-coordinate representation of color #C2D190: hue angle of 73.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2D190 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 209 144 -
CMYK 0.07 0 0.31 0.18
HSL 73.85º 0.41% 0.69% -
HSV(B) 73.85º 0.31% 0.82% -
XYZ 50.08 59.08 35.15 -
YUV 197.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 194 209 144 0.07 0 0.31 0.18 73.85 0.41 0.69
Hex C2 D1 90 7 0 1F 12 4A 29 45
Octal 302 321 220 7 0 37 22 112 51 105
Binary 11000010 11010001 10010000 111 0 11111 10010 1001010 101001 1000101

Color Harmonies of #C2D190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D190

Black with #C2D190

Text Example


Text Example

White with #C2D190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D190; }

 p { color: rgb(194,209,144); }

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

background-color css

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

 a { background-color: rgb(194,209,144); }

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

border-color css

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

 span { border-color: rgb(194,209,144); }

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