Html Css Color HEX #D6E052 Manz

📋 copy color: '#D6E052'

red 214 ◦ green 224 ◦ blue 82

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

Shades of Manz #D6E052

Tints of Manz #D6E052

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

 GREEN value IS 224 (87.89% from 255) = 43.08%

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

R = 41.15%
G = 43.08%
B = 15.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#D6E052 (or 0xD6E052) is known color: Manz. HEX triplet: D6, E0 and 52. RGB value is (214,224,82). Sum of RGB (Red+Green+Blue) = 214+224+82=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E052 is #291FAD. Grayscale: #CDCDCD. Windows color (decimal): -2695086 or 5431510. OLE color: 5431510.

HSL color Cylindrical-coordinate representation of color #D6E052: hue angle of 64.23º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6E052 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 82 -
CMYK 0.04 0 0.63 0.12
HSL 64.23º 0.7% 0.6% -
HSV(B) 64.23º 0.63% 0.88% -
XYZ 55.91 68.22 18.2 -
YUV 204.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 214 224 82 0.04 0 0.63 0.12 64.23 0.7 0.6
Hex D6 E0 52 4 0 3F C 40 46 3C
Octal 326 340 122 4 0 77 14 100 106 74
Binary 11010110 11100000 1010010 100 0 111111 1100 1000000 1000110 111100

Color Harmonies of #D6E052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E052

Black with #D6E052

Text Example


Text Example

White with #D6E052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E052; }

 p { color: rgb(214,224,82); }

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

background-color css

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

 a { background-color: rgb(214,224,82); }

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

border-color css

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

 span { border-color: rgb(214,224,82); }

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