Html Css Color HEX #D5E450 Manz

📋 copy color: '#D5E450'

red 213 ◦ green 228 ◦ blue 80

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

Shades of Manz #D5E450

Tints of Manz #D5E450

RGB

 RED value IS 213 (83.59% from 255) = 40.88%

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

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

R = 40.88%
G = 43.76%
B = 15.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#D5E450 (or 0xD5E450) is known color: Manz. HEX triplet: D5, E4 and 50. RGB value is (213,228,80). Sum of RGB (Red+Green+Blue) = 213+228+80=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E450 is #2A1BAF. Grayscale: #CFCFCF. Windows color (decimal): -2759600 or 5301461. OLE color: 5301461.

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

Color convert

RGB 213 228 80 -
CMYK 0.07 0 0.65 0.11
HSL 66.08º 0.73% 0.6% -
HSV(B) 66.08º 0.65% 0.89% -
XYZ 56.63 70.21 18.16 -
YUV 206.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 213 228 80 0.07 0 0.65 0.11 66.08 0.73 0.6
Hex D5 E4 50 7 0 41 B 42 49 3C
Octal 325 344 120 7 0 101 13 102 111 74
Binary 11010101 11100100 1010000 111 0 1000001 1011 1000010 1001001 111100

Color Harmonies of #D5E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E450

Black with #D5E450

Text Example


Text Example

White with #D5E450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E450; }

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

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

background-color css

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

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

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

border-color css

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

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

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