Html Css Color HEX #CED850 Manz

📋 copy color: '#CED850'

red 206 ◦ green 216 ◦ blue 80

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

Shades of Manz #CED850

Tints of Manz #CED850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 41.04%
G = 43.03%
B = 15.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#CED850 (or 0xCED850) is known color: Manz. HEX triplet: CE, D8 and 50. RGB value is (206,216,80). Sum of RGB (Red+Green+Blue) = 206+216+80=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #CED850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED850 is #3127AF. Grayscale: #C6C6C6. Windows color (decimal): -3221424 or 5298382. OLE color: 5298382.

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

Color convert

RGB 206 216 80 -
CMYK 0.05 0 0.63 0.15
HSL 64.41º 0.64% 0.58% -
HSV(B) 64.41º 0.63% 0.85% -
XYZ 51.46 62.81 17 -
YUV 197.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 206 216 80 0.05 0 0.63 0.15 64.41 0.64 0.58
Hex CE D8 50 5 0 3F F 40 40 3A
Octal 316 330 120 5 0 77 17 100 100 72
Binary 11001110 11011000 1010000 101 0 111111 1111 1000000 1000000 111010

Color Harmonies of #CED850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED850

Black with #CED850

Text Example


Text Example

White with #CED850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED850; }

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

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

background-color css

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

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

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

border-color css

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

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

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