Html Css Color HEX #B2FC09 Spring Bud

📋 copy color: '#B2FC09'

red 178 ◦ green 252 ◦ blue 9

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

Shades of Spring Bud #B2FC09

Tints of Spring Bud #B2FC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.4%

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 40.55%
G = 57.4%
B = 2.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#B2FC09 (or 0xB2FC09) is known color: Spring Bud. HEX triplet: B2, FC and 09. RGB value is (178,252,9). Sum of RGB (Red+Green+Blue) = 178+252+9=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC09 is #4D03F6. Grayscale: #CBCBCB. Windows color (decimal): -5047287 or 654514. OLE color: 654514.

HSL color Cylindrical-coordinate representation of color #B2FC09: hue angle of 78.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2FC09 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 9 -
CMYK 0.29 0 0.96 0.01
HSL 78.27º 0.98% 0.51% -
HSV(B) 78.27º 0.96% 0.99% -
XYZ 53.22 79.11 12.72 -
YUV 202.17 18.98 110.76 -
System Red Green Blue C M Y K H S L
Decimal 178 252 9 0.29 0 0.96 0.01 78.27 0.98 0.51
Hex B2 FC 9 1D 0 60 1 4E 62 33
Octal 262 374 11 35 0 140 1 116 142 63
Binary 10110010 11111100 1001 11101 0 1100000 1 1001110 1100010 110011

Color Harmonies of #B2FC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FC09

Black with #B2FC09

Text Example


Text Example

White with #B2FC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FC09; }

 p { color: rgb(178,252,9); }

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

background-color css

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

 a { background-color: rgb(178,252,9); }

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

border-color css

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

 span { border-color: rgb(178,252,9); }

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