Html Css Color HEX #DFEB50 Manz

📋 copy color: '#DFEB50'

red 223 ◦ green 235 ◦ blue 80

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

Shades of Manz #DFEB50

Tints of Manz #DFEB50

RGB

 RED value IS 223 (87.5% from 255) = 41.45%

 GREEN value IS 235 (92.19% from 255) = 43.68%

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

R = 41.45%
G = 43.68%
B = 14.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#DFEB50 (or 0xDFEB50) is known color: Manz. HEX triplet: DF, EB and 50. RGB value is (223,235,80). Sum of RGB (Red+Green+Blue) = 223+235+80=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB50 is #2014AF. Grayscale: #D6D6D6. Windows color (decimal): -2102448 or 5303263. OLE color: 5303263.

HSL color Cylindrical-coordinate representation of color #DFEB50: hue angle of 64.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFEB50 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 80 -
CMYK 0.05 0 0.66 0.08
HSL 64.65º 0.79% 0.62% -
HSV(B) 64.65º 0.66% 0.92% -
XYZ 61.59 75.68 18.95 -
YUV 213.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 223 235 80 0.05 0 0.66 0.08 64.65 0.79 0.62
Hex DF EB 50 5 0 42 8 41 4F 3E
Octal 337 353 120 5 0 102 10 101 117 76
Binary 11011111 11101011 1010000 101 0 1000010 1000 1000001 1001111 111110

Color Harmonies of #DFEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB50

Black with #DFEB50

Text Example


Text Example

White with #DFEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB50; }

 p { color: rgb(223,235,80); }

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

background-color css

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

 a { background-color: rgb(223,235,80); }

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

border-color css

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

 span { border-color: rgb(223,235,80); }

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