Html Css Color HEX #B2FA14 Spring Bud

📋 copy color: '#B2FA14'

red 178 ◦ green 250 ◦ blue 20

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

Shades of Spring Bud #B2FA14

Tints of Spring Bud #B2FA14

RGB

 RED value IS 178 (69.92% from 255) = 39.73%

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

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 39.73%
G = 55.8%
B = 4.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#B2FA14 (or 0xB2FA14) is known color: Spring Bud. HEX triplet: B2, FA and 14. RGB value is (178,250,20). Sum of RGB (Red+Green+Blue) = 178+250+20=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FA14 is #4D05EB. Grayscale: #CBCBCB. Windows color (decimal): -5047788 or 1374898. OLE color: 1374898.

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

Color convert

RGB 178 250 20 -
CMYK 0.29 0 0.92 0.02
HSL 78.78º 0.96% 0.53% -
HSV(B) 78.78º 0.92% 0.98% -
XYZ 52.67 77.89 12.92 -
YUV 202.25 25.15 110.7 -
System Red Green Blue C M Y K H S L
Decimal 178 250 20 0.29 0 0.92 0.02 78.78 0.96 0.53
Hex B2 FA 14 1D 0 5C 2 4F 60 35
Octal 262 372 24 35 0 134 2 117 140 65
Binary 10110010 11111010 10100 11101 0 1011100 10 1001111 1100000 110101

Color Harmonies of #B2FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA14

Black with #B2FA14

Text Example


Text Example

White with #B2FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA14; }

 p { color: rgb(178,250,20); }

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

background-color css

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

 a { background-color: rgb(178,250,20); }

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

border-color css

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

 span { border-color: rgb(178,250,20); }

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