Html Css Color HEX #D6E25B Manz

📋 copy color: '#D6E25B'

red 214 ◦ green 226 ◦ blue 91

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

Shades of Manz #D6E25B

Tints of Manz #D6E25B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 40.3%
G = 42.56%
B = 17.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#D6E25B (or 0xD6E25B) is known color: Manz. HEX triplet: D6, E2 and 5B. RGB value is (214,226,91). Sum of RGB (Red+Green+Blue) = 214+226+91=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E25B is #291DA4. Grayscale: #CFCFCF. Windows color (decimal): -2694565 or 6021846. OLE color: 6021846.

HSL color Cylindrical-coordinate representation of color #D6E25B: hue angle of 65.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6E25B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 226 91 -
CMYK 0.05 0 0.60 0.11
HSL 65.33º 0.7% 0.62% -
HSV(B) 65.33º 0.6% 0.89% -
XYZ 56.82 69.44 20.31 -
YUV 207.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 214 226 91 0.05 0 0.60 0.11 65.33 0.7 0.62
Hex D6 E2 5B 5 0 3C B 41 46 3E
Octal 326 342 133 5 0 74 13 101 106 76
Binary 11010110 11100010 1011011 101 0 111100 1011 1000001 1000110 111110

Color Harmonies of #D6E25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E25B

Black with #D6E25B

Text Example


Text Example

White with #D6E25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E25B; }

 p { color: rgb(214,226,91); }

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

background-color css

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

 a { background-color: rgb(214,226,91); }

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

border-color css

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

 span { border-color: rgb(214,226,91); }

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