Html Css Color HEX #C2CD90 Green Mist

📋 copy color: '#C2CD90'

red 194 ◦ green 205 ◦ blue 144

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

Shades of Green Mist #C2CD90

Tints of Green Mist #C2CD90

RGB

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

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

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

R = 35.73%
G = 37.75%
B = 26.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#C2CD90 (or 0xC2CD90) is known color: Green Mist. HEX triplet: C2, CD and 90. RGB value is (194,205,144). Sum of RGB (Red+Green+Blue) = 194+205+144=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CD90 is #3D326F. Grayscale: #C2C2C2. Windows color (decimal): -4010608 or 9489858. OLE color: 9489858.

HSL color Cylindrical-coordinate representation of color #C2CD90: hue angle of 70.82º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2CD90 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 144 -
CMYK 0.05 0 0.30 0.20
HSL 70.82º 0.38% 0.68% -
HSV(B) 70.82º 0.3% 0.8% -
XYZ 49.11 57.15 34.83 -
YUV 194.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 194 205 144 0.05 0 0.30 0.20 70.82 0.38 0.68
Hex C2 CD 90 5 0 1E 14 47 26 44
Octal 302 315 220 5 0 36 24 107 46 104
Binary 11000010 11001101 10010000 101 0 11110 10100 1000111 100110 1000100

Color Harmonies of #C2CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD90

Black with #C2CD90

Text Example


Text Example

White with #C2CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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