#B1F245

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

Shades of Conifer #B1F245

Tints of Conifer #B1F245

Color information

#B1F245 (or 0xB1F245) is unknown color: approx Conifer. HEX triplet: B1, F2 and 45. RGB value is (177,242,69). Sum of RGB (Red+Green+Blue) = 177+242+69=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F245 is #4E0DBA. Grayscale: #CBCBCB. Windows color (decimal): -5115323 or 4584113. OLE color: 4584113.

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

Color convert

RGB17724269-
CMYK0.2700.710.05
HSL82.54º86.93%60.98%-
HSV(B)82.54º71.49%94.9%-
XYZ50.9673.2817.09-
YUV202.8452.47109.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 242 (94.92% from 255) = 49.59%
BLUE value IS 69 (27.34% from 255) = 14.14%
R=36.27%
G=49.59%
B=14.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177242690.2700.710.0582.5486.9360.98
HexB1F2451B047553573d
Octal261362105330107512312775
Binary10110001111100101000101110110100011110110100111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F245; }

 p { color: rgb(177,242,69); }

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

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

 a { background-color: rgb(177,242,69); }

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

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

 span { border-color: rgb(177,242,69); }

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