#B4FF5D

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

Shades of Conifer #B4FF5D

Tints of Conifer #B4FF5D

Color information

#B4FF5D (or 0xB4FF5D) is unknown color: approx Conifer. HEX triplet: B4, FF and 5D. RGB value is (180,255,93). Sum of RGB (Red+Green+Blue) = 180+255+93=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF5D is #4B00A2. Grayscale: #D6D6D6. Windows color (decimal): -4915363 or 6160308. OLE color: 6160308.

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

Color convert

RGB18025593-
CMYK0.2900.640
HSL87.78º100%68.24%-
HSV(B)87.78º63.53%100%-
XYZ56.5682.0123.21-
YUV214.1159.65103.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 93 (36.72% from 255) = 17.61%
R=34.09%
G=48.30%
B=17.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180255930.2900.64087.7810068.24
HexB4FF5D1D0400586444
Octal2643771353501000130144104
Binary1011010011111111101110111101010000000101100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF5D; }

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

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

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

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

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

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

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

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