Html Css Color HEX #B6FD03 Spring Bud

📋 copy color: '#B6FD03'

red 182 ◦ green 253 ◦ blue 3

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

Shades of Spring Bud #B6FD03

Tints of Spring Bud #B6FD03

RGB

 RED value IS 182 (71.48% from 255) = 41.55%

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 41.55%
G = 57.76%
B = 0.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#B6FD03 (or 0xB6FD03) is known color: Spring Bud. HEX triplet: B6, FD and 03. RGB value is (182,253,3). Sum of RGB (Red+Green+Blue) = 182+253+3=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FD03 is #4902FC. Grayscale: #CCCCCC. Windows color (decimal): -4784893 or 261558. OLE color: 261558.

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

Color convert

RGB 182 253 3 -
CMYK 0.28 0 0.99 0.01
HSL 77.04º 0.98% 0.5% -
HSV(B) 77.04º 0.99% 0.99% -
XYZ 54.43 80.2 12.7 -
YUV 203.27 14.98 112.83 -
System Red Green Blue C M Y K H S L
Decimal 182 253 3 0.28 0 0.99 0.01 77.04 0.98 0.5
Hex B6 FD 3 1C 0 63 1 4D 62 32
Octal 266 375 3 34 0 143 1 115 142 62
Binary 10110110 11111101 11 11100 0 1100011 1 1001101 1100010 110010

Color Harmonies of #B6FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FD03

Black with #B6FD03

Text Example


Text Example

White with #B6FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FD03; }

 p { color: rgb(182,253,3); }

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

background-color css

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

 a { background-color: rgb(182,253,3); }

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

border-color css

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

 span { border-color: rgb(182,253,3); }

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