Html Css Color HEX #B5F70E Spring Bud

📋 copy color: '#B5F70E'

red 181 ◦ green 247 ◦ blue 14

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

Shades of Spring Bud #B5F70E

Tints of Spring Bud #B5F70E

RGB

 RED value IS 181 (71.09% from 255) = 40.95%

 GREEN value IS 247 (96.88% from 255) = 55.88%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 40.95%
G = 55.88%
B = 3.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#B5F70E (or 0xB5F70E) is known color: Spring Bud. HEX triplet: B5, F7 and 0E. RGB value is (181,247,14). Sum of RGB (Red+Green+Blue) = 181+247+14=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F70E is #4A08F1. Grayscale: #C9C9C9. Windows color (decimal): -4851954 or 980917. OLE color: 980917.

HSL color Cylindrical-coordinate representation of color #B5F70E: hue angle of 77º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5F70E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 247 14 -
CMYK 0.27 0 0.94 0.03
HSL 77º 0.94% 0.51% -
HSV(B) 77º 0.94% 0.97% -
XYZ 52.4 76.38 12.4 -
YUV 200.7 22.63 113.95 -
System Red Green Blue C M Y K H S L
Decimal 181 247 14 0.27 0 0.94 0.03 77 0.94 0.51
Hex B5 F7 E 1B 0 5E 3 4D 5E 33
Octal 265 367 16 33 0 136 3 115 136 63
Binary 10110101 11110111 1110 11011 0 1011110 11 1001101 1011110 110011

Color Harmonies of #B5F70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F70E

Black with #B5F70E

Text Example


Text Example

White with #B5F70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F70E; }

 p { color: rgb(181,247,14); }

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

background-color css

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

 a { background-color: rgb(181,247,14); }

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

border-color css

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

 span { border-color: rgb(181,247,14); }

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