#B4FC4B

Color #B4FC4B Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B4FC4B

Tints of Green Yellow #B4FC4B

Color information

#B4FC4B (or 0xB4FC4B) is unknown color: approx Green Yellow. HEX triplet: B4, FC and 4B. RGB value is (180,252,75). Sum of RGB (Red+Green+Blue) = 180+252+75=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FC4B is #4B03B4. Grayscale: #D2D2D2. Windows color (decimal): -4916149 or 4979892. OLE color: 4979892.

HSL color Cylindrical-coordinate representation of color #B4FC4B: hue angle of 84.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4FC4B is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB18025275-
CMYK0.2900.700.01
HSL84.41º96.72%64.12%-
HSV(B)84.41º70.24%98.82%-
XYZ54.979.8319.17-
YUV210.2951.65106.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 252 (98.83% from 255) = 49.70%
BLUE value IS 75 (29.69% from 255) = 14.79%
R=35.50%
G=49.70%
B=14.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180252750.2900.700.0184.4196.7264.12
HexB4FC4B1D0461546140
Octal2643741133501061124141100
Binary1011010011111100100101111101010001101101010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC4B; }

 p { color: rgb(180,252,75); }

 H1.HeaderClassName
 {
   color: #B4FC4B;
 }
 .AnyTagClassName
 {
   color: #B4FC4B;
 }
</style>
background-color css

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

 a { background-color: rgb(180,252,75); }

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

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

 span { border-color: rgb(180,252,75); }

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