Html Css Color HEX #CDD498 Green Mist

📋 copy color: '#CDD498'

red 205 ◦ green 212 ◦ blue 152

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

Shades of Green Mist #CDD498

Tints of Green Mist #CDD498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 36.03%
G = 37.26%
B = 26.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#CDD498 (or 0xCDD498) is known color: Green Mist. HEX triplet: CD, D4 and 98. RGB value is (205,212,152). Sum of RGB (Red+Green+Blue) = 205+212+152=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD498 is #322B67. Grayscale: #CBCBCB. Windows color (decimal): -3287912 or 10015949. OLE color: 10015949.

HSL color Cylindrical-coordinate representation of color #CDD498: hue angle of 67º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDD498 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 152 -
CMYK 0.03 0 0.28 0.17
HSL 67º 0.41% 0.71% -
HSV(B) 67º 0.28% 0.83% -
XYZ 54.39 62.33 38.87 -
YUV 203.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 205 212 152 0.03 0 0.28 0.17 67 0.41 0.71
Hex CD D4 98 3 0 1C 11 43 29 47
Octal 315 324 230 3 0 34 21 103 51 107
Binary 11001101 11010100 10011000 11 0 11100 10001 1000011 101001 1000111

Color Harmonies of #CDD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD498

Black with #CDD498

Text Example


Text Example

White with #CDD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD498; }

 p { color: rgb(205,212,152); }

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

background-color css

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

 a { background-color: rgb(205,212,152); }

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

border-color css

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

 span { border-color: rgb(205,212,152); }

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