Html Css Color HEX #B0F70D Spring Bud

📋 copy color: '#B0F70D'

red 176 ◦ green 247 ◦ blue 13

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

Shades of Spring Bud #B0F70D

Tints of Spring Bud #B0F70D

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

 GREEN value IS 247 (96.88% from 255) = 56.65%

 BLUE value IS 13 (5.47% from 255) = 2.98%

R = 40.37%
G = 56.65%
B = 2.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#B0F70D (or 0xB0F70D) is known color: Spring Bud. HEX triplet: B0, F7 and 0D. RGB value is (176,247,13). Sum of RGB (Red+Green+Blue) = 176+247+13=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F70D is #4F08F2. Grayscale: #C7C7C7. Windows color (decimal): -5179635 or 915376. OLE color: 915376.

HSL color Cylindrical-coordinate representation of color #B0F70D: hue angle of 78.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0F70D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 13 -
CMYK 0.29 0 0.95 0.03
HSL 78.21º 0.94% 0.51% -
HSV(B) 78.21º 0.95% 0.97% -
XYZ 51.24 75.78 12.31 -
YUV 199.1 22.98 111.53 -
System Red Green Blue C M Y K H S L
Decimal 176 247 13 0.29 0 0.95 0.03 78.21 0.94 0.51
Hex B0 F7 D 1D 0 5F 3 4E 5E 33
Octal 260 367 15 35 0 137 3 116 136 63
Binary 10110000 11110111 1101 11101 0 1011111 11 1001110 1011110 110011

Color Harmonies of #B0F70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F70D

Black with #B0F70D

Text Example


Text Example

White with #B0F70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F70D; }

 p { color: rgb(176,247,13); }

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

background-color css

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

 a { background-color: rgb(176,247,13); }

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

border-color css

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

 span { border-color: rgb(176,247,13); }

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