#B4FD5F

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

Shades of Conifer #B4FD5F

Tints of Conifer #B4FD5F

Color information

#B4FD5F (or 0xB4FD5F) is unknown color: approx Conifer. HEX triplet: B4, FD and 5F. RGB value is (180,253,95). Sum of RGB (Red+Green+Blue) = 180+253+95=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FD5F is #4B02A0. Grayscale: #D5D5D5. Windows color (decimal): -4915873 or 6290868. OLE color: 6290868.

HSL color Cylindrical-coordinate representation of color #B4FD5F: hue angle of 87.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4FD5F is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB18025395-
CMYK0.2900.620.01
HSL87.72º97.53%68.24%-
HSV(B)87.72º62.45%99.22%-
XYZ56.0180.7823.47-
YUV213.1661.32104.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 253 (99.22% from 255) = 47.92%
BLUE value IS 95 (37.5% from 255) = 17.99%
R=34.09%
G=47.92%
B=17.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180253950.2900.620.0187.7297.5368.24
HexB4FD5F1D03E1586244
Octal264375137350761130142104
Binary101101001111110110111111110101111101101100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD5F; }

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

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

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

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

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

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

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

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