Html Css Color HEX #B0FB0A Spring Bud

📋 copy color: '#B0FB0A'

red 176 ◦ green 251 ◦ blue 10

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

Shades of Spring Bud #B0FB0A

Tints of Spring Bud #B0FB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.44%

 BLUE value IS 10 (4.3% from 255) = 2.29%

R = 40.27%
G = 57.44%
B = 2.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B0FB0A (or 0xB0FB0A) is known color: Spring Bud. HEX triplet: B0, FB and 0A. RGB value is (176,251,10). Sum of RGB (Red+Green+Blue) = 176+251+10=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FB0A is #4F04F5. Grayscale: #C9C9C9. Windows color (decimal): -5178614 or 719792. OLE color: 719792.

HSL color Cylindrical-coordinate representation of color #B0FB0A: hue angle of 78.67º degrees, saturation: 0.97, 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 #B0FB0A is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 10 -
CMYK 0.30 0 0.96 0.02
HSL 78.67º 0.97% 0.51% -
HSV(B) 78.67º 0.96% 0.98% -
XYZ 52.46 78.25 12.63 -
YUV 201.1 20.15 110.1 -
System Red Green Blue C M Y K H S L
Decimal 176 251 10 0.30 0 0.96 0.02 78.67 0.97 0.51
Hex B0 FB A 1E 0 60 2 4F 61 33
Octal 260 373 12 36 0 140 2 117 141 63
Binary 10110000 11111011 1010 11110 0 1100000 10 1001111 1100001 110011

Color Harmonies of #B0FB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB0A

Black with #B0FB0A

Text Example


Text Example

White with #B0FB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB0A; }

 p { color: rgb(176,251,10); }

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

background-color css

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

 a { background-color: rgb(176,251,10); }

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

border-color css

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

 span { border-color: rgb(176,251,10); }

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