Html Css Color HEX #B4F90E Spring Bud

📋 copy color: '#B4F90E'

red 180 ◦ green 249 ◦ blue 14

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

Shades of Spring Bud #B4F90E

Tints of Spring Bud #B4F90E

RGB

 RED value IS 180 (70.7% from 255) = 40.63%

 GREEN value IS 249 (97.66% from 255) = 56.21%

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

R = 40.63%
G = 56.21%
B = 3.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#B4F90E (or 0xB4F90E) is known color: Spring Bud. HEX triplet: B4, F9 and 0E. RGB value is (180,249,14). Sum of RGB (Red+Green+Blue) = 180+249+14=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F90E is #4B06F1. Grayscale: #CACACA. Windows color (decimal): -4916978 or 981428. OLE color: 981428.

HSL color Cylindrical-coordinate representation of color #B4F90E: hue angle of 77.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4F90E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 249 14 -
CMYK 0.28 0 0.94 0.02
HSL 77.62º 0.95% 0.52% -
HSV(B) 77.62º 0.94% 0.98% -
XYZ 52.78 77.49 12.59 -
YUV 201.58 22.14 112.61 -
System Red Green Blue C M Y K H S L
Decimal 180 249 14 0.28 0 0.94 0.02 77.62 0.95 0.52
Hex B4 F9 E 1C 0 5E 2 4E 5F 34
Octal 264 371 16 34 0 136 2 116 137 64
Binary 10110100 11111001 1110 11100 0 1011110 10 1001110 1011111 110100

Color Harmonies of #B4F90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F90E

Black with #B4F90E

Text Example


Text Example

White with #B4F90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F90E; }

 p { color: rgb(180,249,14); }

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

background-color css

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

 a { background-color: rgb(180,249,14); }

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

border-color css

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

 span { border-color: rgb(180,249,14); }

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