Html Css Color HEX #B8F200 Spring Bud

📋 copy color: '#B8F200'

red 184 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #B8F200

Tints of Spring Bud #B8F200

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

 GREEN value IS 242 (94.92% from 255) = 56.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.19%
G = 56.81%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#B8F200 (or 0xB8F200) is known color: Spring Bud. HEX triplet: B8, F2 and 00. RGB value is (184,242,0). Sum of RGB (Red+Green+Blue) = 184+242+0=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F200 is #470DFF. Grayscale: #C5C5C5. Windows color (decimal): -4656640 or 62136. OLE color: 62136.

HSL color Cylindrical-coordinate representation of color #B8F200: hue angle of 74.38º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8F200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 242 0 -
CMYK 0.24 0 1 0.05
HSL 74.38º 1% 0.47% -
HSV(B) 74.38º 1% 0.95% -
XYZ 51.52 73.69 11.51 -
YUV 197.07 16.78 118.68 -
System Red Green Blue C M Y K H S L
Decimal 184 242 0 0.24 0 1 0.05 74.38 1 0.47
Hex B8 F2 0 18 0 64 5 4A 64 2F
Octal 270 362 0 30 0 144 5 112 144 57
Binary 10111000 11110010 0 11000 0 1100100 101 1001010 1100100 101111

Color Harmonies of #B8F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F200

Black with #B8F200

Text Example


Text Example

White with #B8F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F200; }

 p { color: rgb(184,242,0); }

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

background-color css

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

 a { background-color: rgb(184,242,0); }

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

border-color css

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

 span { border-color: rgb(184,242,0); }

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