Html Css Color HEX #CCDD7C Deco

📋 copy color: '#CCDD7C'

red 204 ◦ green 221 ◦ blue 124

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

Shades of Deco #CCDD7C

Tints of Deco #CCDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 124 (48.83% from 255) = 22.59%

R = 37.16%
G = 40.26%
B = 22.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#CCDD7C (or 0xCCDD7C) is known color: Deco. HEX triplet: CC, DD and 7C. RGB value is (204,221,124). Sum of RGB (Red+Green+Blue) = 204+221+124=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD7C is #332283. Grayscale: #CDCDCD. Windows color (decimal): -3351172 or 8183244. OLE color: 8183244.

HSL color Cylindrical-coordinate representation of color #CCDD7C: hue angle of 70.52º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCDD7C is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 124 -
CMYK 0.08 0 0.44 0.13
HSL 70.52º 0.59% 0.68% -
HSV(B) 70.52º 0.44% 0.87% -
XYZ 54.4 66.01 28.94 -
YUV 204.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 204 221 124 0.08 0 0.44 0.13 70.52 0.59 0.68
Hex CC DD 7C 8 0 2C D 47 3B 44
Octal 314 335 174 10 0 54 15 107 73 104
Binary 11001100 11011101 1111100 1000 0 101100 1101 1000111 111011 1000100

Color Harmonies of #CCDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD7C

Black with #CCDD7C

Text Example


Text Example

White with #CCDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD7C; }

 p { color: rgb(204,221,124); }

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

background-color css

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

 a { background-color: rgb(204,221,124); }

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

border-color css

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

 span { border-color: rgb(204,221,124); }

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