Html Css Color HEX #B2FD16 Spring Bud

📋 copy color: '#B2FD16'

red 178 ◦ green 253 ◦ blue 22

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

Shades of Spring Bud #B2FD16

Tints of Spring Bud #B2FD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 39.29%
G = 55.85%
B = 4.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#B2FD16 (or 0xB2FD16) is known color: Spring Bud. HEX triplet: B2, FD and 16. RGB value is (178,253,22). Sum of RGB (Red+Green+Blue) = 178+253+22=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FD16 is #4D02E9. Grayscale: #CDCDCD. Windows color (decimal): -5047018 or 1506738. OLE color: 1506738.

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

Color convert

RGB 178 253 22 -
CMYK 0.30 0 0.91 0.01
HSL 79.48º 0.98% 0.54% -
HSV(B) 79.48º 0.91% 0.99% -
XYZ 53.63 79.77 13.33 -
YUV 204.24 25.15 109.28 -
System Red Green Blue C M Y K H S L
Decimal 178 253 22 0.30 0 0.91 0.01 79.48 0.98 0.54
Hex B2 FD 16 1E 0 5B 1 4F 62 36
Octal 262 375 26 36 0 133 1 117 142 66
Binary 10110010 11111101 10110 11110 0 1011011 1 1001111 1100010 110110

Color Harmonies of #B2FD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD16

Black with #B2FD16

Text Example


Text Example

White with #B2FD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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