#B3F94B

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

Shades of Green Yellow #B3F94B

Tints of Green Yellow #B3F94B

Color information

#B3F94B (or 0xB3F94B) is unknown color: approx Green Yellow. HEX triplet: B3, F9 and 4B. RGB value is (179,249,75). Sum of RGB (Red+Green+Blue) = 179+249+75=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F94B is #4C06B4. Grayscale: #D0D0D0. Windows color (decimal): -4982453 or 4979123. OLE color: 4979123.

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

Color convert

RGB17924975-
CMYK0.2800.700.02
HSL84.14º93.55%63.53%-
HSV(B)84.14º69.88%97.65%-
XYZ53.7477.8418.85-
YUV208.2352.81107.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=35.59%
G=49.50%
B=14.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179249750.2800.700.0284.1493.5563.53
HexB3F94B1C0462545e40
Octal2633711133401062124136100
Binary10110011111110011001011111000100011010101010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F94B; }

 p { color: rgb(179,249,75); }

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

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

 a { background-color: rgb(179,249,75); }

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

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

 span { border-color: rgb(179,249,75); }

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