#B0FC3D

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

Shades of Green Yellow #B0FC3D

Tints of Green Yellow #B0FC3D

Color information

#B0FC3D (or 0xB0FC3D) is unknown color: approx Green Yellow. HEX triplet: B0, FC and 3D. RGB value is (176,252,61). Sum of RGB (Red+Green+Blue) = 176+252+61=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FC3D is #4F03C2. Grayscale: #D0D0D0. Windows color (decimal): -5178307 or 4062384. OLE color: 4062384.

HSL color Cylindrical-coordinate representation of color #B0FC3D: hue angle of 83.87º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0FC3D is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB17625261-
CMYK0.3000.760.01
HSL83.87º96.95%61.37%-
HSV(B)83.87º75.79%98.82%-
XYZ53.5679.1916.88-
YUV207.545.32105.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 61 (24.22% from 255) = 12.47%
R=35.99%
G=51.53%
B=12.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176252610.3000.760.0183.8796.9561.37
HexB0FC3D1E04C154613d
Octal26037475360114112414175
Binary10110000111111001111011111001001100110101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC3D; }

 p { color: rgb(176,252,61); }

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

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

 a { background-color: rgb(176,252,61); }

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

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

 span { border-color: rgb(176,252,61); }

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