Html Css Color HEX #0BD132 Dark Pastel Green

📋 copy color: '#0BD132'

red 11 ◦ green 209 ◦ blue 50

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

Shades of Dark Pastel Green #0BD132

Tints of Dark Pastel Green #0BD132

RGB

 RED value IS 11 (4.69% from 255) = 4.07%

 GREEN value IS 209 (82.03% from 255) = 77.41%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 4.07%
G = 77.41%
B = 18.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#0BD132 (or 0x0BD132) is known color: Dark Pastel Green. HEX triplet: 0B, D1 and 32. RGB value is (11,209,50). Sum of RGB (Red+Green+Blue) = 11+209+50=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 209 (82.03% from 255 or 77.41% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD132 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD132 is #F42ECD. Grayscale: #848484. Windows color (decimal): -16002766 or 3330315. OLE color: 3330315.

HSL color Cylindrical-coordinate representation of color #0BD132: hue angle of 131.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD132 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 209 50 -
CMYK 0.95 0 0.76 0.18
HSL 131.82º 0.9% 0.43% -
HSV(B) 131.82º 0.95% 0.82% -
XYZ 23.51 45.9 10.64 -
YUV 131.67 81.9 41.93 -
System Red Green Blue C M Y K H S L
Decimal 11 209 50 0.95 0 0.76 0.18 131.82 0.9 0.43
Hex B D1 32 5F 0 4C 12 84 5A 2B
Octal 13 321 62 137 0 114 22 204 132 53
Binary 1011 11010001 110010 1011111 0 1001100 10010 10000100 1011010 101011

Color Harmonies of #0BD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD132

Black with #0BD132

Text Example


Text Example

White with #0BD132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BD132; }

 p { color: rgb(11,209,50); }

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

background-color css

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

 a { background-color: rgb(11,209,50); }

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

border-color css

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

 span { border-color: rgb(11,209,50); }

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