Html Css Color HEX #CEDD50 Manz

📋 copy color: '#CEDD50'

red 206 ◦ green 221 ◦ blue 80

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

Shades of Manz #CEDD50

Tints of Manz #CEDD50

RGB

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

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

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

R = 40.63%
G = 43.59%
B = 15.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#CEDD50 (or 0xCEDD50) is known color: Manz. HEX triplet: CE, DD and 50. RGB value is (206,221,80). Sum of RGB (Red+Green+Blue) = 206+221+80=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD50 is #3122AF. Grayscale: #C8C8C8. Windows color (decimal): -3220144 or 5299662. OLE color: 5299662.

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

Color convert

RGB 206 221 80 -
CMYK 0.07 0 0.64 0.13
HSL 66.38º 0.67% 0.59% -
HSV(B) 66.38º 0.64% 0.87% -
XYZ 52.76 65.41 17.43 -
YUV 200.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 206 221 80 0.07 0 0.64 0.13 66.38 0.67 0.59
Hex CE DD 50 7 0 40 D 42 43 3B
Octal 316 335 120 7 0 100 15 102 103 73
Binary 11001110 11011101 1010000 111 0 1000000 1101 1000010 1000011 111011

Color Harmonies of #CEDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD50

Black with #CEDD50

Text Example


Text Example

White with #CEDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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