Html Css Color HEX #B2FD11 Spring Bud

📋 copy color: '#B2FD11'

red 178 ◦ green 253 ◦ blue 17

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

Shades of Spring Bud #B2FD11

Tints of Spring Bud #B2FD11

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.47%

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 39.73%
G = 56.47%
B = 3.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#B2FD11 (or 0xB2FD11) is known color: Spring Bud. HEX triplet: B2, FD and 11. RGB value is (178,253,17). Sum of RGB (Red+Green+Blue) = 178+253+17=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FD11 is #4D02EE. Grayscale: #CCCCCC. Windows color (decimal): -5047023 or 1179058. OLE color: 1179058.

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

Color convert

RGB 178 253 17 -
CMYK 0.30 0 0.93 0.01
HSL 79.07º 0.98% 0.53% -
HSV(B) 79.07º 0.93% 0.99% -
XYZ 53.59 79.76 13.1 -
YUV 203.67 22.65 109.69 -
System Red Green Blue C M Y K H S L
Decimal 178 253 17 0.30 0 0.93 0.01 79.07 0.98 0.53
Hex B2 FD 11 1E 0 5D 1 4F 62 35
Octal 262 375 21 36 0 135 1 117 142 65
Binary 10110010 11111101 10001 11110 0 1011101 1 1001111 1100010 110101

Color Harmonies of #B2FD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD11

Black with #B2FD11

Text Example


Text Example

White with #B2FD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD11; }

 p { color: rgb(178,253,17); }

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

background-color css

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

 a { background-color: rgb(178,253,17); }

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

border-color css

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

 span { border-color: rgb(178,253,17); }

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