Html Css Color HEX #D0E150 Manz

📋 copy color: '#D0E150'

red 208 ◦ green 225 ◦ blue 80

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

Shades of Manz #D0E150

Tints of Manz #D0E150

RGB

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

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

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

R = 40.55%
G = 43.86%
B = 15.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#D0E150 (or 0xD0E150) is known color: Manz. HEX triplet: D0, E1 and 50. RGB value is (208,225,80). Sum of RGB (Red+Green+Blue) = 208+225+80=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E150 is #2F1EAF. Grayscale: #CBCBCB. Windows color (decimal): -3088048 or 5300688. OLE color: 5300688.

HSL color Cylindrical-coordinate representation of color #D0E150: hue angle of 67.03º 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 #D0E150 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 80 -
CMYK 0.08 0 0.64 0.12
HSL 67.03º 0.71% 0.6% -
HSV(B) 67.03º 0.64% 0.88% -
XYZ 54.39 67.84 17.82 -
YUV 203.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 208 225 80 0.08 0 0.64 0.12 67.03 0.71 0.6
Hex D0 E1 50 8 0 40 C 43 47 3C
Octal 320 341 120 10 0 100 14 103 107 74
Binary 11010000 11100001 1010000 1000 0 1000000 1100 1000011 1000111 111100

Color Harmonies of #D0E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E150

Black with #D0E150

Text Example


Text Example

White with #D0E150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E150; }

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

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

background-color css

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

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

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

border-color css

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

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

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