Html Css Color HEX #B2FF0F Spring Bud

📋 copy color: '#B2FF0F'

red 178 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #B2FF0F

Tints of Spring Bud #B2FF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 56.92%

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

R = 39.73%
G = 56.92%
B = 3.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#B2FF0F (or 0xB2FF0F) is known color: Spring Bud. HEX triplet: B2, FF and 0F. RGB value is (178,255,15). Sum of RGB (Red+Green+Blue) = 178+255+15=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FF0F is #4D00F0. Grayscale: #CDCDCD. Windows color (decimal): -5046513 or 1048498. OLE color: 1048498.

HSL color Cylindrical-coordinate representation of color #B2FF0F: hue angle of 79.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2FF0F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 15 -
CMYK 0.30 0 0.94 0
HSL 79.25º 1% 0.53% -
HSV(B) 79.25º 0.94% 1% -
XYZ 54.21 81.02 13.23 -
YUV 204.62 20.99 109.01 -
System Red Green Blue C M Y K H S L
Decimal 178 255 15 0.30 0 0.94 0 79.25 1 0.53
Hex B2 FF F 1E 0 5E 0 4F 64 35
Octal 262 377 17 36 0 136 0 117 144 65
Binary 10110010 11111111 1111 11110 0 1011110 0 1001111 1100100 110101

Color Harmonies of #B2FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF0F

Black with #B2FF0F

Text Example


Text Example

White with #B2FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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