Html Css Color HEX #B3F205 Spring Bud

📋 copy color: '#B3F205'

red 179 ◦ green 242 ◦ blue 5

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

Shades of Spring Bud #B3F205

Tints of Spring Bud #B3F205

RGB

 RED value IS 179 (70.31% from 255) = 42.02%

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 42.02%
G = 56.81%
B = 1.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#B3F205 (or 0xB3F205) is known color: Spring Bud. HEX triplet: B3, F2 and 05. RGB value is (179,242,5). Sum of RGB (Red+Green+Blue) = 179+242+5=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F205 is #4C0DFA. Grayscale: #C5C5C5. Windows color (decimal): -4984315 or 389811. OLE color: 389811.

HSL color Cylindrical-coordinate representation of color #B3F205: hue angle of 75.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3F205 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 242 5 -
CMYK 0.26 0 0.98 0.05
HSL 75.95º 0.96% 0.48% -
HSV(B) 75.95º 0.98% 0.95% -
XYZ 50.37 73.1 11.6 -
YUV 196.15 20.13 115.77 -
System Red Green Blue C M Y K H S L
Decimal 179 242 5 0.26 0 0.98 0.05 75.95 0.96 0.48
Hex B3 F2 5 1A 0 62 5 4C 60 30
Octal 263 362 5 32 0 142 5 114 140 60
Binary 10110011 11110010 101 11010 0 1100010 101 1001100 1100000 110000

Color Harmonies of #B3F205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F205

Black with #B3F205

Text Example


Text Example

White with #B3F205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F205; }

 p { color: rgb(179,242,5); }

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

background-color css

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

 a { background-color: rgb(179,242,5); }

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

border-color css

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

 span { border-color: rgb(179,242,5); }

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