Html Css Color HEX #B2F80F Spring Bud

📋 copy color: '#B2F80F'

red 178 ◦ green 248 ◦ blue 15

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

Shades of Spring Bud #B2F80F

Tints of Spring Bud #B2F80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.24%

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 40.36%
G = 56.24%
B = 3.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#B2F80F (or 0xB2F80F) is known color: Spring Bud. HEX triplet: B2, F8 and 0F. RGB value is (178,248,15). Sum of RGB (Red+Green+Blue) = 178+248+15=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F80F is #4D07F0. Grayscale: #C9C9C9. Windows color (decimal): -5048305 or 1046706. OLE color: 1046706.

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

Color convert

RGB 178 248 15 -
CMYK 0.28 0 0.94 0.03
HSL 78.03º 0.94% 0.52% -
HSV(B) 78.03º 0.94% 0.97% -
XYZ 52.01 76.63 12.5 -
YUV 200.51 23.31 111.95 -
System Red Green Blue C M Y K H S L
Decimal 178 248 15 0.28 0 0.94 0.03 78.03 0.94 0.52
Hex B2 F8 F 1C 0 5E 3 4E 5E 34
Octal 262 370 17 34 0 136 3 116 136 64
Binary 10110010 11111000 1111 11100 0 1011110 11 1001110 1011110 110100

Color Harmonies of #B2F80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F80F

Black with #B2F80F

Text Example


Text Example

White with #B2F80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F80F; }

 p { color: rgb(178,248,15); }

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

background-color css

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

 a { background-color: rgb(178,248,15); }

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

border-color css

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

 span { border-color: rgb(178,248,15); }

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