Html Css Color HEX #CEDB52 Manz

📋 copy color: '#CEDB52'

red 206 ◦ green 219 ◦ blue 82

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

Shades of Manz #CEDB52

Tints of Manz #CEDB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

 BLUE value IS 82 (32.42% from 255) = 16.17%

R = 40.63%
G = 43.2%
B = 16.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#CEDB52 (or 0xCEDB52) is known color: Manz. HEX triplet: CE, DB and 52. RGB value is (206,219,82). Sum of RGB (Red+Green+Blue) = 206+219+82=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB52 is #3124AD. Grayscale: #C8C8C8. Windows color (decimal): -3220654 or 5430222. OLE color: 5430222.

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

Color convert

RGB 206 219 82 -
CMYK 0.06 0 0.63 0.14
HSL 65.69º 0.66% 0.59% -
HSV(B) 65.69º 0.63% 0.86% -
XYZ 52.31 64.39 17.66 -
YUV 199.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 206 219 82 0.06 0 0.63 0.14 65.69 0.66 0.59
Hex CE DB 52 6 0 3F E 42 42 3B
Octal 316 333 122 6 0 77 16 102 102 73
Binary 11001110 11011011 1010010 110 0 111111 1110 1000010 1000010 111011

Color Harmonies of #CEDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB52

Black with #CEDB52

Text Example


Text Example

White with #CEDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB52; }

 p { color: rgb(206,219,82); }

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

background-color css

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

 a { background-color: rgb(206,219,82); }

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

border-color css

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

 span { border-color: rgb(206,219,82); }

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