Html Css Color HEX #CED876 Deco

📋 copy color: '#CED876'

red 206 ◦ green 216 ◦ blue 118

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

Shades of Deco #CED876

Tints of Deco #CED876

RGB

 RED value IS 206 (80.86% from 255) = 38.15%

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 38.15%
G = 40%
B = 21.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#CED876 (or 0xCED876) is known color: Deco. HEX triplet: CE, D8 and 76. RGB value is (206,216,118). Sum of RGB (Red+Green+Blue) = 206+216+118=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #CED876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED876 is #312789. Grayscale: #CACACA. Windows color (decimal): -3221386 or 7788750. OLE color: 7788750.

HSL color Cylindrical-coordinate representation of color #CED876: hue angle of 66.12º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED876 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 118 -
CMYK 0.05 0 0.45 0.15
HSL 66.12º 0.56% 0.65% -
HSV(B) 66.12º 0.45% 0.85% -
XYZ 53.28 63.54 26.6 -
YUV 201.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 206 216 118 0.05 0 0.45 0.15 66.12 0.56 0.65
Hex CE D8 76 5 0 2D F 42 38 41
Octal 316 330 166 5 0 55 17 102 70 101
Binary 11001110 11011000 1110110 101 0 101101 1111 1000010 111000 1000001

Color Harmonies of #CED876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED876

Black with #CED876

Text Example


Text Example

White with #CED876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED876; }

 p { color: rgb(206,216,118); }

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

background-color css

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

 a { background-color: rgb(206,216,118); }

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

border-color css

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

 span { border-color: rgb(206,216,118); }

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