#B3F75C

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

Shades of Conifer #B3F75C

Tints of Conifer #B3F75C

Color information

#B3F75C (or 0xB3F75C) is unknown color: approx Conifer. HEX triplet: B3, F7 and 5C. RGB value is (179,247,92). Sum of RGB (Red+Green+Blue) = 179+247+92=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F75C is #4C08A3. Grayscale: #D1D1D1. Windows color (decimal): -4982948 or 6092723. OLE color: 6092723.

HSL color Cylindrical-coordinate representation of color #B3F75C: hue angle of 86.32º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3F75C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB17924792-
CMYK0.2800.630.03
HSL86.32º90.64%66.47%-
HSV(B)86.32º62.75%96.86%-
XYZ53.7876.8822.13-
YUV20961.97106.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 247 (96.88% from 255) = 47.68%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=34.56%
G=47.68%
B=17.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal179247920.2800.630.0386.3290.6466.47
HexB3F75C1C03F3565b42
Octal263367134340773126133102
Binary1011001111110111101110011100011111111101011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F75C; }

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

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

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

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

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

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

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

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