#B5F13C

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

Shades of Green Yellow #B5F13C

Tints of Green Yellow #B5F13C

Color information

#B5F13C (or 0xB5F13C) is unknown color: approx Green Yellow. HEX triplet: B5, F1 and 3C. RGB value is (181,241,60). Sum of RGB (Red+Green+Blue) = 181+241+60=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F13C is #4A0EC3. Grayscale: #CBCBCB. Windows color (decimal): -4853444 or 3994037. OLE color: 3994037.

HSL color Cylindrical-coordinate representation of color #B5F13C: hue angle of 79.89º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5F13C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB18124160-
CMYK0.2500.750.05
HSL79.89º86.6%59.02%-
HSV(B)79.89º75.1%94.51%-
XYZ51.3373.0615.67-
YUV202.4347.62112.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 241 (94.53% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 12.45%
R=37.55%
G=50%
B=12.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181241600.2500.750.0579.8986.659.02
HexB5F13C1904B550573b
Octal26536174310113512012773
Binary1011010111110001111100110010100101110110100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F13C; }

 p { color: rgb(181,241,60); }

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

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

 a { background-color: rgb(181,241,60); }

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

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

 span { border-color: rgb(181,241,60); }

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