Html Css Color HEX #0BF467 Spring Green

📋 copy color: '#0BF467'

red 11 ◦ green 244 ◦ blue 103

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

Shades of Spring Green #0BF467

Tints of Spring Green #0BF467

RGB

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

 GREEN value IS 244 (95.7% from 255) = 68.16%

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 3.07%
G = 68.16%
B = 28.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#0BF467 (or 0x0BF467) is known color: Spring Green. HEX triplet: 0B, F4 and 67. RGB value is (11,244,103). Sum of RGB (Red+Green+Blue) = 11+244+103=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 244 (95.70% from 255 or 68.16% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 244 - color contains mainly: green. Hex color #0BF467 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF467 is #F40B98. Grayscale: #9E9E9E. Windows color (decimal): -15993753 or 6812683. OLE color: 6812683.

HSL color Cylindrical-coordinate representation of color #0BF467: hue angle of 143.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF467 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 244 103 -
CMYK 0.95 0 0.58 0.04
HSL 143.69º 0.91% 0.5% -
HSV(B) 143.69º 0.95% 0.96% -
XYZ 34.94 65.75 23.68 -
YUV 158.26 96.81 22.96 -
System Red Green Blue C M Y K H S L
Decimal 11 244 103 0.95 0 0.58 0.04 143.69 0.91 0.5
Hex B F4 67 5F 0 3A 4 90 5B 32
Octal 13 364 147 137 0 72 4 220 133 62
Binary 1011 11110100 1100111 1011111 0 111010 100 10010000 1011011 110010

Color Harmonies of #0BF467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF467

Black with #0BF467

Text Example


Text Example

White with #0BF467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,244,103); }

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

background-color css

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

 a { background-color: rgb(11,244,103); }

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

border-color css

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

 span { border-color: rgb(11,244,103); }

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