Html Css Color HEX #D6EB50 Manz

📋 copy color: '#D6EB50'

red 214 ◦ green 235 ◦ blue 80

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

Shades of Manz #D6EB50

Tints of Manz #D6EB50

RGB

 RED value IS 214 (83.98% from 255) = 40.45%

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

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

R = 40.45%
G = 44.42%
B = 15.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#D6EB50 (or 0xD6EB50) is known color: Manz. HEX triplet: D6, EB and 50. RGB value is (214,235,80). Sum of RGB (Red+Green+Blue) = 214+235+80=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB50 is #2914AF. Grayscale: #D3D3D3. Windows color (decimal): -2692272 or 5303254. OLE color: 5303254.

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

Color convert

RGB 214 235 80 -
CMYK 0.09 0 0.66 0.08
HSL 68.13º 0.79% 0.62% -
HSV(B) 68.13º 0.66% 0.92% -
XYZ 58.89 74.29 18.83 -
YUV 211.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 214 235 80 0.09 0 0.66 0.08 68.13 0.79 0.62
Hex D6 EB 50 9 0 42 8 44 4F 3E
Octal 326 353 120 11 0 102 10 104 117 76
Binary 11010110 11101011 1010000 1001 0 1000010 1000 1000100 1001111 111110

Color Harmonies of #D6EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB50

Black with #D6EB50

Text Example


Text Example

White with #D6EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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