Html Css Color HEX #0BEF7D Spring Green

📋 copy color: '#0BEF7D'

red 11 ◦ green 239 ◦ blue 125

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

Shades of Spring Green #0BEF7D

Tints of Spring Green #0BEF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.73%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 2.93%
G = 63.73%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#0BEF7D (or 0x0BEF7D) is known color: Spring Green. HEX triplet: 0B, EF and 7D. RGB value is (11,239,125). Sum of RGB (Red+Green+Blue) = 11+239+125=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 239 (93.75% from 255 or 63.73% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEF7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEF7D is #F41082. Grayscale: #9E9E9E. Windows color (decimal): -15995011 or 8253195. OLE color: 8253195.

HSL color Cylindrical-coordinate representation of color #0BEF7D: hue angle of 150º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEF7D is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 239 125 -
CMYK 0.95 0 0.48 0.06
HSL 150º 0.91% 0.49% -
HSV(B) 150º 0.95% 0.94% -
XYZ 34.71 63.28 29.79 -
YUV 157.83 109.46 23.27 -
System Red Green Blue C M Y K H S L
Decimal 11 239 125 0.95 0 0.48 0.06 150 0.91 0.49
Hex B EF 7D 5F 0 30 6 96 5B 31
Octal 13 357 175 137 0 60 6 226 133 61
Binary 1011 11101111 1111101 1011111 0 110000 110 10010110 1011011 110001

Color Harmonies of #0BEF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEF7D

Black with #0BEF7D

Text Example


Text Example

White with #0BEF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,239,125); }

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

background-color css

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

 a { background-color: rgb(11,239,125); }

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

border-color css

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

 span { border-color: rgb(11,239,125); }

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