Html Css Color HEX #CDD699 Green Mist

📋 copy color: '#CDD699'

red 205 ◦ green 214 ◦ blue 153

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

Shades of Green Mist #CDD699

Tints of Green Mist #CDD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.41%

 BLUE value IS 153 (60.16% from 255) = 26.75%

R = 35.84%
G = 37.41%
B = 26.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#CDD699 (or 0xCDD699) is known color: Green Mist. HEX triplet: CD, D6 and 99. RGB value is (205,214,153). Sum of RGB (Red+Green+Blue) = 205+214+153=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD699 is #322966. Grayscale: #CCCCCC. Windows color (decimal): -3287399 or 10081997. OLE color: 10081997.

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

Color convert

RGB 205 214 153 -
CMYK 0.04 0 0.29 0.16
HSL 68.85º 0.43% 0.72% -
HSV(B) 68.85º 0.29% 0.84% -
XYZ 54.97 63.37 39.47 -
YUV 204.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 205 214 153 0.04 0 0.29 0.16 68.85 0.43 0.72
Hex CD D6 99 4 0 1D 10 45 2B 48
Octal 315 326 231 4 0 35 20 105 53 110
Binary 11001101 11010110 10011001 100 0 11101 10000 1000101 101011 1001000

Color Harmonies of #CDD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD699

Black with #CDD699

Text Example


Text Example

White with #CDD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD699; }

 p { color: rgb(205,214,153); }

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

background-color css

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

 a { background-color: rgb(205,214,153); }

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

border-color css

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

 span { border-color: rgb(205,214,153); }

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