Html Css Color HEX #0BFA75 Spring Green

📋 copy color: '#0BFA75'

red 11 ◦ green 250 ◦ blue 117

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

Shades of Spring Green #0BFA75

Tints of Spring Green #0BFA75

RGB

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

 GREEN value IS 250 (98.05% from 255) = 66.14%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 2.91%
G = 66.14%
B = 30.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#0BFA75 (or 0x0BFA75) is known color: Spring Green. HEX triplet: 0B, FA and 75. RGB value is (11,250,117). Sum of RGB (Red+Green+Blue) = 11+250+117=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA75 is #F4058A. Grayscale: #A3A3A3. Windows color (decimal): -15992203 or 7731723. OLE color: 7731723.

HSL color Cylindrical-coordinate representation of color #0BFA75: hue angle of 146.61º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA75 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 250 117 -
CMYK 0.96 0 0.53 0.02
HSL 146.61º 0.96% 0.51% -
HSV(B) 146.61º 0.96% 0.98% -
XYZ 37.53 69.73 28.31 -
YUV 163.38 101.82 19.31 -
System Red Green Blue C M Y K H S L
Decimal 11 250 117 0.96 0 0.53 0.02 146.61 0.96 0.51
Hex B FA 75 60 0 35 2 93 60 33
Octal 13 372 165 140 0 65 2 223 140 63
Binary 1011 11111010 1110101 1100000 0 110101 10 10010011 1100000 110011

Color Harmonies of #0BFA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA75

Black with #0BFA75

Text Example


Text Example

White with #0BFA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,117); }

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

background-color css

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

 a { background-color: rgb(11,250,117); }

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

border-color css

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

 span { border-color: rgb(11,250,117); }

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