Html Css Color HEX #11BF3F Dark Pastel Green

📋 copy color: '#11BF3F'

red 17 ◦ green 191 ◦ blue 63

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

Shades of Dark Pastel Green #11BF3F

Tints of Dark Pastel Green #11BF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 6.27%
G = 70.48%
B = 23.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#11BF3F (or 0x11BF3F) is known color: Dark Pastel Green. HEX triplet: 11, BF and 3F. RGB value is (17,191,63). Sum of RGB (Red+Green+Blue) = 17+191+63=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF3F is #EE40C0. Grayscale: #7C7C7C. Windows color (decimal): -15614145 or 4177681. OLE color: 4177681.

HSL color Cylindrical-coordinate representation of color #11BF3F: hue angle of 135.86º 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 #11BF3F is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 63 -
CMYK 0.91 0 0.67 0.25
HSL 135.86º 0.84% 0.41% -
HSV(B) 135.86º 0.91% 0.75% -
XYZ 19.76 37.74 10.95 -
YUV 124.38 93.35 51.41 -
System Red Green Blue C M Y K H S L
Decimal 17 191 63 0.91 0 0.67 0.25 135.86 0.84 0.41
Hex 11 BF 3F 5B 0 43 19 88 54 29
Octal 21 277 77 133 0 103 31 210 124 51
Binary 10001 10111111 111111 1011011 0 1000011 11001 10001000 1010100 101001

Color Harmonies of #11BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF3F

Black with #11BF3F

Text Example


Text Example

White with #11BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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