#B2F745

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

Shades of Green Yellow #B2F745

Tints of Green Yellow #B2F745

Color information

#B2F745 (or 0xB2F745) is unknown color: approx Green Yellow. HEX triplet: B2, F7 and 45. RGB value is (178,247,69). Sum of RGB (Red+Green+Blue) = 178+247+69=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F745 is #4D08BA. Grayscale: #CECECE. Windows color (decimal): -5048507 or 4585394. OLE color: 4585394.

HSL color Cylindrical-coordinate representation of color #B2F745: hue angle of 83.26º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2F745 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB17824769-
CMYK0.2800.720.03
HSL83.26º91.75%61.96%-
HSV(B)83.26º72.06%96.86%-
XYZ52.776.4217.6-
YUV206.0850.64107.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=36.03%
G=50%
B=13.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178247690.2800.720.0383.2691.7561.96
HexB2F7451C0483535c3e
Octal262367105340110312313476
Binary1011001011110111100010111100010010001110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F745; }

 p { color: rgb(178,247,69); }

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

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

 a { background-color: rgb(178,247,69); }

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

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

 span { border-color: rgb(178,247,69); }

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