Html Css Color HEX #B4FF46 Green Yellow

📋 copy color: '#B4FF46'

red 180 ◦ green 255 ◦ blue 70

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

Shades of Green Yellow #B4FF46

Tints of Green Yellow #B4FF46

RGB

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

 GREEN value IS 255 (100% from 255) = 50.5%

 BLUE value IS 70 (27.73% from 255) = 13.86%

R = 35.64%
G = 50.5%
B = 13.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#B4FF46 (or 0xB4FF46) is known color: Green Yellow. HEX triplet: B4, FF and 46. RGB value is (180,255,70). Sum of RGB (Red+Green+Blue) = 180+255+70=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FF46 is #4B00B9. Grayscale: #D4D4D4. Windows color (decimal): -4915386 or 4652980. OLE color: 4652980.

HSL color Cylindrical-coordinate representation of color #B4FF46: hue angle of 84.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4FF46 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 70 -
CMYK 0.29 0 0.73 0
HSL 84.32º 1% 0.64% -
HSV(B) 84.32º 0.73% 1% -
XYZ 55.69 81.67 18.62 -
YUV 211.49 48.15 105.54 -
System Red Green Blue C M Y K H S L
Decimal 180 255 70 0.29 0 0.73 0 84.32 1 0.64
Hex B4 FF 46 1D 0 49 0 54 64 40
Octal 264 377 106 35 0 111 0 124 144 100
Binary 10110100 11111111 1000110 11101 0 1001001 0 1010100 1100100 1000000

Color Harmonies of #B4FF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FF46

Black with #B4FF46

Text Example


Text Example

White with #B4FF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FF46; }

 p { color: rgb(180,255,70); }

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

background-color css

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

 a { background-color: rgb(180,255,70); }

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

border-color css

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

 span { border-color: rgb(180,255,70); }

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