Html Css Color HEX #B2F913 Spring Bud

📋 copy color: '#B2F913'

red 178 ◦ green 249 ◦ blue 19

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

Shades of Spring Bud #B2F913

Tints of Spring Bud #B2F913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.83%

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 39.91%
G = 55.83%
B = 4.26%

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

#B2F913 (or 0xB2F913) is known color: Spring Bud. HEX triplet: B2, F9 and 13. RGB value is (178,249,19). Sum of RGB (Red+Green+Blue) = 178+249+19=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F913 is #4D06EC. Grayscale: #CACACA. Windows color (decimal): -5048045 or 1309106. OLE color: 1309106.

HSL color Cylindrical-coordinate representation of color #B2F913: hue angle of 78.52º degrees, saturation: 0.95, 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 #B2F913 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 19 -
CMYK 0.29 0 0.92 0.02
HSL 78.52º 0.95% 0.53% -
HSV(B) 78.52º 0.92% 0.98% -
XYZ 52.35 77.26 12.77 -
YUV 201.55 24.98 111.2 -
System Red Green Blue C M Y K H S L
Decimal 178 249 19 0.29 0 0.92 0.02 78.52 0.95 0.53
Hex B2 F9 13 1D 0 5C 2 4F 5F 35
Octal 262 371 23 35 0 134 2 117 137 65
Binary 10110010 11111001 10011 11101 0 1011100 10 1001111 1011111 110101

Color Harmonies of #B2F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F913

Black with #B2F913

Text Example


Text Example

White with #B2F913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F913; }

 p { color: rgb(178,249,19); }

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

background-color css

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

 a { background-color: rgb(178,249,19); }

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

border-color css

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

 span { border-color: rgb(178,249,19); }

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