Html Css Color HEX #DEE250 Manz

📋 copy color: '#DEE250'

red 222 ◦ green 226 ◦ blue 80

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

Shades of Manz #DEE250

Tints of Manz #DEE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.8%

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

R = 42.05%
G = 42.8%
B = 15.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#DEE250 (or 0xDEE250) is known color: Manz. HEX triplet: DE, E2 and 50. RGB value is (222,226,80). Sum of RGB (Red+Green+Blue) = 222+226+80=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE250 is #211DAF. Grayscale: #D0D0D0. Windows color (decimal): -2170288 or 5300958. OLE color: 5300958.

HSL color Cylindrical-coordinate representation of color #DEE250: hue angle of 61.64º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE250 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 80 -
CMYK 0.02 0 0.65 0.11
HSL 61.64º 0.72% 0.6% -
HSV(B) 61.64º 0.65% 0.89% -
XYZ 58.77 70.5 18.1 -
YUV 208.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 222 226 80 0.02 0 0.65 0.11 61.64 0.72 0.6
Hex DE E2 50 2 0 41 B 3E 48 3C
Octal 336 342 120 2 0 101 13 76 110 74
Binary 11011110 11100010 1010000 10 0 1000001 1011 111110 1001000 111100

Color Harmonies of #DEE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE250

Black with #DEE250

Text Example


Text Example

White with #DEE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE250; }

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

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

background-color css

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

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

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

border-color css

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

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

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