#B4FE5C

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

Shades of Conifer #B4FE5C

Tints of Conifer #B4FE5C

Color information

#B4FE5C (or 0xB4FE5C) is unknown color: approx Conifer. HEX triplet: B4, FE and 5C. RGB value is (180,254,92). Sum of RGB (Red+Green+Blue) = 180+254+92=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FE5C is #4B01A3. Grayscale: #D5D5D5. Windows color (decimal): -4915620 or 6094516. OLE color: 6094516.

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

Color convert

RGB18025492-
CMYK0.2900.640.00
HSL87.41º98.78%67.84%-
HSV(B)87.41º63.78%99.61%-
XYZ56.281.3622.87-
YUV213.4159.48104.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 254 (99.61% from 255) = 48.29%
BLUE value IS 92 (36.33% from 255) = 17.49%
R=34.22%
G=48.29%
B=17.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180254920.2900.640.0087.4198.7867.84
HexB4FE5C1D0400576344
Octal2643761343501000127143104
Binary1011010011111110101110011101010000000101011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE5C; }

 p { color: rgb(180,254,92); }

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

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

 a { background-color: rgb(180,254,92); }

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

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

 span { border-color: rgb(180,254,92); }

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