Html Css Color HEX #CCD299 Green Mist

📋 copy color: '#CCD299'

red 204 ◦ green 210 ◦ blue 153

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

Shades of Green Mist #CCD299

Tints of Green Mist #CCD299

RGB

 RED value IS 204 (80.08% from 255) = 35.98%

 GREEN value IS 210 (82.42% from 255) = 37.04%

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

R = 35.98%
G = 37.04%
B = 26.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#CCD299 (or 0xCCD299) is known color: Green Mist. HEX triplet: CC, D2 and 99. RGB value is (204,210,153). Sum of RGB (Red+Green+Blue) = 204+210+153=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD299 is #332D66. Grayscale: #C9C9C9. Windows color (decimal): -3353959 or 10080972. OLE color: 10080972.

HSL color Cylindrical-coordinate representation of color #CCD299: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD299 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 153 -
CMYK 0.03 0 0.27 0.18
HSL 66.32º 0.39% 0.71% -
HSV(B) 66.32º 0.27% 0.82% -
XYZ 53.7 61.23 39.13 -
YUV 201.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 204 210 153 0.03 0 0.27 0.18 66.32 0.39 0.71
Hex CC D2 99 3 0 1B 12 42 27 47
Octal 314 322 231 3 0 33 22 102 47 107
Binary 11001100 11010010 10011001 11 0 11011 10010 1000010 100111 1000111

Color Harmonies of #CCD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD299

Black with #CCD299

Text Example


Text Example

White with #CCD299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD299; }

 p { color: rgb(204,210,153); }

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

background-color css

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

 a { background-color: rgb(204,210,153); }

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

border-color css

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

 span { border-color: rgb(204,210,153); }

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