Html Css Color HEX #0BDF7A Spring Green

📋 copy color: '#0BDF7A'

red 11 ◦ green 223 ◦ blue 122

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

Shades of Spring Green #0BDF7A

Tints of Spring Green #0BDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.64%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 3.09%
G = 62.64%
B = 34.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#0BDF7A (or 0x0BDF7A) is known color: Spring Green. HEX triplet: 0B, DF and 7A. RGB value is (11,223,122). Sum of RGB (Red+Green+Blue) = 11+223+122=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDF7A is #F42085. Grayscale: #949494. Windows color (decimal): -15999110 or 8052491. OLE color: 8052491.

HSL color Cylindrical-coordinate representation of color #0BDF7A: hue angle of 151.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF7A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 122 -
CMYK 0.95 0 0.45 0.13
HSL 151.42º 0.91% 0.46% -
HSV(B) 151.42º 0.95% 0.87% -
XYZ 30.04 54.25 27.3 -
YUV 148.1 113.26 30.21 -
System Red Green Blue C M Y K H S L
Decimal 11 223 122 0.95 0 0.45 0.13 151.42 0.91 0.46
Hex B DF 7A 5F 0 2D D 97 5B 2E
Octal 13 337 172 137 0 55 15 227 133 56
Binary 1011 11011111 1111010 1011111 0 101101 1101 10010111 1011011 101110

Color Harmonies of #0BDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF7A

Black with #0BDF7A

Text Example


Text Example

White with #0BDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,223,122); }

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

background-color css

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

 a { background-color: rgb(11,223,122); }

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

border-color css

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

 span { border-color: rgb(11,223,122); }

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