#B5F535

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

Shades of Green Yellow #B5F535

Tints of Green Yellow #B5F535

Color information

#B5F535 (or 0xB5F535) is unknown color: approx Green Yellow. HEX triplet: B5, F5 and 35. RGB value is (181,245,53). Sum of RGB (Red+Green+Blue) = 181+245+53=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 53 (21.09% from 255 or 11.06% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F535 is #4A0ACA. Grayscale: #CCCCCC. Windows color (decimal): -4852427 or 3536309. OLE color: 3536309.

HSL color Cylindrical-coordinate representation of color #B5F535: hue angle of 80º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5F535 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB18124553-
CMYK0.2600.780.04
HSL80º90.57%58.43%-
HSV(B)80º78.37%96.08%-
XYZ52.3575.3915.16-
YUV203.9842.8111.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 245 (96.09% from 255) = 51.15%
BLUE value IS 53 (21.09% from 255) = 11.06%
R=37.79%
G=51.15%
B=11.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181245530.2600.780.048090.5758.43
HexB5F5351A04E4505b3a
Octal26536565320116412013372
Binary1011010111110101110101110100100111010010100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F535; }

 p { color: rgb(181,245,53); }

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

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

 a { background-color: rgb(181,245,53); }

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

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

 span { border-color: rgb(181,245,53); }

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