Html Css Color HEX #D0E450 Manz

📋 copy color: '#D0E450'

red 208 ◦ green 228 ◦ blue 80

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

Shades of Manz #D0E450

Tints of Manz #D0E450

RGB

 RED value IS 208 (81.64% from 255) = 40.31%

 GREEN value IS 228 (89.45% from 255) = 44.19%

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

R = 40.31%
G = 44.19%
B = 15.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#D0E450 (or 0xD0E450) is known color: Manz. HEX triplet: D0, E4 and 50. RGB value is (208,228,80). Sum of RGB (Red+Green+Blue) = 208+228+80=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E450 is #2F1BAF. Grayscale: #CDCDCD. Windows color (decimal): -3087280 or 5301456. OLE color: 5301456.

HSL color Cylindrical-coordinate representation of color #D0E450: hue angle of 68.11º degrees, saturation: 0.73, 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 #D0E450 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 228 80 -
CMYK 0.09 0 0.65 0.11
HSL 68.11º 0.73% 0.6% -
HSV(B) 68.11º 0.65% 0.89% -
XYZ 55.2 69.48 18.09 -
YUV 205.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 208 228 80 0.09 0 0.65 0.11 68.11 0.73 0.6
Hex D0 E4 50 9 0 41 B 44 49 3C
Octal 320 344 120 11 0 101 13 104 111 74
Binary 11010000 11100100 1010000 1001 0 1000001 1011 1000100 1001001 111100

Color Harmonies of #D0E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E450

Black with #D0E450

Text Example


Text Example

White with #D0E450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E450; }

 p { color: rgb(208,228,80); }

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

background-color css

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

 a { background-color: rgb(208,228,80); }

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

border-color css

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

 span { border-color: rgb(208,228,80); }

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