Html Css Color HEX #B2F807 Spring Bud

📋 copy color: '#B2F807'

red 178 ◦ green 248 ◦ blue 7

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

Shades of Spring Bud #B2F807

Tints of Spring Bud #B2F807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 41.11%
G = 57.27%
B = 1.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#B2F807 (or 0xB2F807) is known color: Spring Bud. HEX triplet: B2, F8 and 07. RGB value is (178,248,7). Sum of RGB (Red+Green+Blue) = 178+248+7=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F807 is #4D07F8. Grayscale: #C8C8C8. Windows color (decimal): -5048313 or 522418. OLE color: 522418.

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

Color convert

RGB 178 248 7 -
CMYK 0.28 0 0.97 0.03
HSL 77.43º 0.95% 0.5% -
HSV(B) 77.43º 0.97% 0.97% -
XYZ 51.97 76.62 12.25 -
YUV 199.6 19.31 112.6 -
System Red Green Blue C M Y K H S L
Decimal 178 248 7 0.28 0 0.97 0.03 77.43 0.95 0.5
Hex B2 F8 7 1C 0 61 3 4D 5F 32
Octal 262 370 7 34 0 141 3 115 137 62
Binary 10110010 11111000 111 11100 0 1100001 11 1001101 1011111 110010

Color Harmonies of #B2F807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F807

Black with #B2F807

Text Example


Text Example

White with #B2F807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F807; }

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

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

background-color css

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

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

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

border-color css

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

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

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