#B3FE5C

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

Shades of Conifer #B3FE5C

Tints of Conifer #B3FE5C

Color information

#B3FE5C (or 0xB3FE5C) is unknown color: approx Conifer. HEX triplet: B3, FE and 5C. RGB value is (179,254,92). Sum of RGB (Red+Green+Blue) = 179+254+92=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FE5C is #4C01A3. Grayscale: #D5D5D5. Windows color (decimal): -4981156 or 6094515. OLE color: 6094515.

HSL color Cylindrical-coordinate representation of color #B3FE5C: hue angle of 87.78º 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 #B3FE5C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB17925492-
CMYK0.3000.640.00
HSL87.78º98.78%67.84%-
HSV(B)87.78º63.78%99.61%-
XYZ55.9681.2422.86-
YUV213.1159.65103.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 254 (99.61% from 255) = 48.38%
BLUE value IS 92 (36.33% from 255) = 17.52%
R=34.10%
G=48.38%
B=17.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal179254920.3000.640.0087.7898.7867.84
HexB3FE5C1E0400586344
Octal2633761343601000130143104
Binary1011001111111110101110011110010000000101100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FE5C; }

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

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

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

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

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

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

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

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