Html Css Color HEX #0BD125 Dark Pastel Green

📋 copy color: '#0BD125'

red 11 ◦ green 209 ◦ blue 37

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

Shades of Dark Pastel Green #0BD125

Tints of Dark Pastel Green #0BD125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 4.28%
G = 81.32%
B = 14.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#0BD125 (or 0x0BD125) is known color: Dark Pastel Green. HEX triplet: 0B, D1 and 25. RGB value is (11,209,37). Sum of RGB (Red+Green+Blue) = 11+209+37=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 209 (82.03% from 255 or 81.32% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD125 is #F42EDA. Grayscale: #828282. Windows color (decimal): -16002779 or 2478347. OLE color: 2478347.

HSL color Cylindrical-coordinate representation of color #0BD125: hue angle of 127.88º 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 #0BD125 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 209 37 -
CMYK 0.95 0 0.82 0.18
HSL 127.88º 0.9% 0.43% -
HSV(B) 127.88º 0.95% 0.82% -
XYZ 23.27 45.81 9.37 -
YUV 130.19 75.4 42.99 -
System Red Green Blue C M Y K H S L
Decimal 11 209 37 0.95 0 0.82 0.18 127.88 0.9 0.43
Hex B D1 25 5F 0 52 12 80 5A 2B
Octal 13 321 45 137 0 122 22 200 132 53
Binary 1011 11010001 100101 1011111 0 1010010 10010 10000000 1011010 101011

Color Harmonies of #0BD125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD125

Black with #0BD125

Text Example


Text Example

White with #0BD125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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