#B4FC5D

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

Shades of Conifer #B4FC5D

Tints of Conifer #B4FC5D

Color information

#B4FC5D (or 0xB4FC5D) is unknown color: approx Conifer. HEX triplet: B4, FC and 5D. RGB value is (180,252,93). Sum of RGB (Red+Green+Blue) = 180+252+93=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FC5D is #4B03A2. Grayscale: #D4D4D4. Windows color (decimal): -4916131 or 6159540. OLE color: 6159540.

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

Color convert

RGB18025293-
CMYK0.2900.630.01
HSL87.17º96.36%67.65%-
HSV(B)87.17º63.1%98.82%-
XYZ55.6180.1122.89-
YUV212.3560.65104.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=34.29%
G=48%
B=17.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180252930.2900.630.0187.1796.3667.65
HexB4FC5D1D03F1576044
Octal264374135350771127140104
Binary101101001111110010111011110101111111101011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC5D; }

 p { color: rgb(180,252,93); }

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

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

 a { background-color: rgb(180,252,93); }

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

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

 span { border-color: rgb(180,252,93); }

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