#B4FF5F

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

Shades of Conifer #B4FF5F

Tints of Conifer #B4FF5F

Color information

#B4FF5F (or 0xB4FF5F) is unknown color: approx Conifer. HEX triplet: B4, FF and 5F. RGB value is (180,255,95). Sum of RGB (Red+Green+Blue) = 180+255+95=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF5F is #4B00A0. Grayscale: #D6D6D6. Windows color (decimal): -4915361 or 6291380. OLE color: 6291380.

HSL color Cylindrical-coordinate representation of color #B4FF5F: hue angle of 88.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4FF5F is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB18025595-
CMYK0.2900.630
HSL88.12º100%68.63%-
HSV(B)88.12º62.75%100%-
XYZ56.6582.0523.68-
YUV214.3460.65103.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 95 (37.5% from 255) = 17.92%
R=33.96%
G=48.11%
B=17.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180255950.2900.63088.1210068.63
HexB4FF5F1D03F0586445
Octal264377137350770130144105
Binary101101001111111110111111110101111110101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF5F; }

 p { color: rgb(180,255,95); }

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

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

 a { background-color: rgb(180,255,95); }

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

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

 span { border-color: rgb(180,255,95); }

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