Html Css Color HEX #11BF3C Dark Pastel Green

📋 copy color: '#11BF3C'

red 17 ◦ green 191 ◦ blue 60

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

Shades of Dark Pastel Green #11BF3C

Tints of Dark Pastel Green #11BF3C

RGB

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

 GREEN value IS 191 (75% from 255) = 71.27%

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 6.34%
G = 71.27%
B = 22.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#11BF3C (or 0x11BF3C) is known color: Dark Pastel Green. HEX triplet: 11, BF and 3C. RGB value is (17,191,60). Sum of RGB (Red+Green+Blue) = 17+191+60=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF3C is #EE40C3. Grayscale: #7C7C7C. Windows color (decimal): -15614148 or 3981073. OLE color: 3981073.

HSL color Cylindrical-coordinate representation of color #11BF3C: hue angle of 134.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF3C is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 60 -
CMYK 0.91 0 0.69 0.25
HSL 134.83º 0.84% 0.41% -
HSV(B) 134.83º 0.91% 0.75% -
XYZ 19.68 37.71 10.52 -
YUV 124.04 91.85 51.65 -
System Red Green Blue C M Y K H S L
Decimal 17 191 60 0.91 0 0.69 0.25 134.83 0.84 0.41
Hex 11 BF 3C 5B 0 45 19 87 54 29
Octal 21 277 74 133 0 105 31 207 124 51
Binary 10001 10111111 111100 1011011 0 1000101 11001 10000111 1010100 101001

Color Harmonies of #11BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF3C

Black with #11BF3C

Text Example


Text Example

White with #11BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,191,60); }

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

background-color css

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

 a { background-color: rgb(17,191,60); }

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

border-color css

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

 span { border-color: rgb(17,191,60); }

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