Html Css Color HEX #CEDC50 Manz

📋 copy color: '#CEDC50'

red 206 ◦ green 220 ◦ blue 80

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

Shades of Manz #CEDC50

Tints of Manz #CEDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

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

R = 40.71%
G = 43.48%
B = 15.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#CEDC50 (or 0xCEDC50) is known color: Manz. HEX triplet: CE, DC and 50. RGB value is (206,220,80). Sum of RGB (Red+Green+Blue) = 206+220+80=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC50 is #3123AF. Grayscale: #C8C8C8. Windows color (decimal): -3220400 or 5299406. OLE color: 5299406.

HSL color Cylindrical-coordinate representation of color #CEDC50: hue angle of 66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEDC50 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 80 -
CMYK 0.06 0 0.64 0.14
HSL 66º 0.67% 0.59% -
HSV(B) 66º 0.64% 0.86% -
XYZ 52.49 64.89 17.35 -
YUV 199.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 206 220 80 0.06 0 0.64 0.14 66 0.67 0.59
Hex CE DC 50 6 0 40 E 42 43 3B
Octal 316 334 120 6 0 100 16 102 103 73
Binary 11001110 11011100 1010000 110 0 1000000 1110 1000010 1000011 111011

Color Harmonies of #CEDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC50

Black with #CEDC50

Text Example


Text Example

White with #CEDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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