#b5f266

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

Shades of Conifer #B5F266

Tints of Conifer #B5F266

Color information

#B5F266 (or 0xB5F266) is unknown color: approx Conifer. HEX triplet: B5, F2 and 66. RGB value is (181,242,102). Sum of RGB (Red+Green+Blue) = 181+242+102=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F266 is #4A0D99. Grayscale: #D0D0D0. Windows color (decimal): -4853146 or 6746805. OLE color: 6746805.

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

Color convert

RGB181242102-
CMYK0.2500.580.05
HSL86.14º84.34%67.45%-
HSV(B)86.14º57.85%94.9%-
XYZ53.2174.2924.1-
YUV207.868.29108.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=34.48%
G=46.10%
B=19.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812421020.2500.580.0586.1484.3467.45
HexB5F2661903A5565443
Octal265362146310725126124103
Binary10110101111100101100110110010111010101101011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f266; }

 p { color: rgb(181,242,102); }

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

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

 a { background-color: rgb(181,242,102); }

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

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

 span { border-color: rgb(181,242,102); }

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