Html Css Color HEX #11B255 Pigment Green

📋 copy color: '#11B255'

red 17 ◦ green 178 ◦ blue 85

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

Shades of Pigment Green #11B255

Tints of Pigment Green #11B255

RGB

 RED value IS 17 (7.03% from 255) = 6.07%

 GREEN value IS 178 (69.92% from 255) = 63.57%

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 6.07%
G = 63.57%
B = 30.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#11B255 (or 0x11B255) is known color: Pigment Green. HEX triplet: 11, B2 and 55. RGB value is (17,178,85). Sum of RGB (Red+Green+Blue) = 17+178+85=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #11B255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B255 is #EE4DAA. Grayscale: #777777. Windows color (decimal): -15617451 or 5616145. OLE color: 5616145.

HSL color Cylindrical-coordinate representation of color #11B255: hue angle of 145.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B255 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 178 85 -
CMYK 0.90 0 0.52 0.30
HSL 145.34º 0.83% 0.38% -
HSV(B) 145.34º 0.9% 0.7% -
XYZ 17.79 32.62 13.95 -
YUV 119.26 108.66 55.06 -
System Red Green Blue C M Y K H S L
Decimal 17 178 85 0.90 0 0.52 0.30 145.34 0.83 0.38
Hex 11 B2 55 5A 0 34 1E 91 53 26
Octal 21 262 125 132 0 64 36 221 123 46
Binary 10001 10110010 1010101 1011010 0 110100 11110 10010001 1010011 100110

Color Harmonies of #11B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B255

Black with #11B255

Text Example


Text Example

White with #11B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B255; }

 p { color: rgb(17,178,85); }

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

background-color css

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

 a { background-color: rgb(17,178,85); }

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

border-color css

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

 span { border-color: rgb(17,178,85); }

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