Html Css Color HEX #0BD52D Dark Pastel Green

📋 copy color: '#0BD52D'

red 11 ◦ green 213 ◦ blue 45

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

Shades of Dark Pastel Green #0BD52D

Tints of Dark Pastel Green #0BD52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 79.18%

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 4.09%
G = 79.18%
B = 16.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#0BD52D (or 0x0BD52D) is known color: Dark Pastel Green. HEX triplet: 0B, D5 and 2D. RGB value is (11,213,45). Sum of RGB (Red+Green+Blue) = 11+213+45=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD52D is #F42AD2. Grayscale: #858585. Windows color (decimal): -16001747 or 3003659. OLE color: 3003659.

HSL color Cylindrical-coordinate representation of color #0BD52D: hue angle of 130.1º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD52D is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 213 45 -
CMYK 0.95 0 0.79 0.16
HSL 130.1º 0.9% 0.44% -
HSV(B) 130.1º 0.95% 0.84% -
XYZ 24.41 47.85 10.43 -
YUV 133.45 78.08 40.66 -
System Red Green Blue C M Y K H S L
Decimal 11 213 45 0.95 0 0.79 0.16 130.1 0.9 0.44
Hex B D5 2D 5F 0 4F 10 82 5A 2C
Octal 13 325 55 137 0 117 20 202 132 54
Binary 1011 11010101 101101 1011111 0 1001111 10000 10000010 1011010 101100

Color Harmonies of #0BD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD52D

Black with #0BD52D

Text Example


Text Example

White with #0BD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,213,45); }

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

background-color css

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

 a { background-color: rgb(11,213,45); }

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

border-color css

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

 span { border-color: rgb(11,213,45); }

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