Html Css Color HEX #10BB51 Dark Pastel Green

📋 copy color: '#10BB51'

red 16 ◦ green 187 ◦ blue 81

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

Shades of Dark Pastel Green #10BB51

Tints of Dark Pastel Green #10BB51

RGB

 RED value IS 16 (6.64% from 255) = 5.63%

 GREEN value IS 187 (73.44% from 255) = 65.85%

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 5.63%
G = 65.85%
B = 28.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#10BB51 (or 0x10BB51) is known color: Dark Pastel Green. HEX triplet: 10, BB and 51. RGB value is (16,187,81). Sum of RGB (Red+Green+Blue) = 16+187+81=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BB51 is #EF44AE. Grayscale: #7C7C7C. Windows color (decimal): -15680687 or 5356304. OLE color: 5356304.

HSL color Cylindrical-coordinate representation of color #10BB51: hue angle of 142.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB51 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 187 81 -
CMYK 0.91 0 0.57 0.27
HSL 142.81º 0.84% 0.4% -
HSV(B) 142.81º 0.91% 0.73% -
XYZ 19.47 36.24 13.75 -
YUV 123.79 103.85 51.12 -
System Red Green Blue C M Y K H S L
Decimal 16 187 81 0.91 0 0.57 0.27 142.81 0.84 0.4
Hex 10 BB 51 5B 0 39 1B 8F 54 28
Octal 20 273 121 133 0 71 33 217 124 50
Binary 10000 10111011 1010001 1011011 0 111001 11011 10001111 1010100 101000

Color Harmonies of #10BB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB51

Black with #10BB51

Text Example


Text Example

White with #10BB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BB51; }

 p { color: rgb(16,187,81); }

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

background-color css

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

 a { background-color: rgb(16,187,81); }

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

border-color css

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

 span { border-color: rgb(16,187,81); }

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