Html Css Color HEX #DEE150 Manz

📋 copy color: '#DEE150'

red 222 ◦ green 225 ◦ blue 80

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

Shades of Manz #DEE150

Tints of Manz #DEE150

RGB

 RED value IS 222 (87.11% from 255) = 42.13%

 GREEN value IS 225 (88.28% from 255) = 42.69%

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

R = 42.13%
G = 42.69%
B = 15.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#DEE150 (or 0xDEE150) is known color: Manz. HEX triplet: DE, E1 and 50. RGB value is (222,225,80). Sum of RGB (Red+Green+Blue) = 222+225+80=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE150 is #211EAF. Grayscale: #D0D0D0. Windows color (decimal): -2170544 or 5300702. OLE color: 5300702.

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

Color convert

RGB 222 225 80 -
CMYK 0.01 0 0.64 0.12
HSL 61.24º 0.71% 0.6% -
HSV(B) 61.24º 0.64% 0.88% -
XYZ 58.5 69.96 18.01 -
YUV 207.57 56.01 138.29 -
System Red Green Blue C M Y K H S L
Decimal 222 225 80 0.01 0 0.64 0.12 61.24 0.71 0.6
Hex DE E1 50 1 0 40 C 3D 47 3C
Octal 336 341 120 1 0 100 14 75 107 74
Binary 11011110 11100001 1010000 1 0 1000000 1100 111101 1000111 111100

Color Harmonies of #DEE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE150

Black with #DEE150

Text Example


Text Example

White with #DEE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE150; }

 p { color: rgb(222,225,80); }

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

background-color css

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

 a { background-color: rgb(222,225,80); }

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

border-color css

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

 span { border-color: rgb(222,225,80); }

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