Html Css Color HEX #CDD79B Green Mist

📋 copy color: '#CDD79B'

red 205 ◦ green 215 ◦ blue 155

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

Shades of Green Mist #CDD79B

Tints of Green Mist #CDD79B

RGB

 RED value IS 205 (80.47% from 255) = 35.65%

 GREEN value IS 215 (84.38% from 255) = 37.39%

 BLUE value IS 155 (60.94% from 255) = 26.96%

R = 35.65%
G = 37.39%
B = 26.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#CDD79B (or 0xCDD79B) is known color: Green Mist. HEX triplet: CD, D7 and 9B. RGB value is (205,215,155). Sum of RGB (Red+Green+Blue) = 205+215+155=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD79B is #322864. Grayscale: #CDCDCD. Windows color (decimal): -3287141 or 10213325. OLE color: 10213325.

HSL color Cylindrical-coordinate representation of color #CDD79B: hue angle of 70º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDD79B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 155 -
CMYK 0.05 0 0.28 0.16
HSL 70º 0.43% 0.73% -
HSV(B) 70º 0.28% 0.84% -
XYZ 55.39 63.95 40.43 -
YUV 205.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 205 215 155 0.05 0 0.28 0.16 70 0.43 0.73
Hex CD D7 9B 5 0 1C 10 46 2B 49
Octal 315 327 233 5 0 34 20 106 53 111
Binary 11001101 11010111 10011011 101 0 11100 10000 1000110 101011 1001001

Color Harmonies of #CDD79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD79B

Black with #CDD79B

Text Example


Text Example

White with #CDD79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD79B; }

 p { color: rgb(205,215,155); }

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

background-color css

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

 a { background-color: rgb(205,215,155); }

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

border-color css

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

 span { border-color: rgb(205,215,155); }

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