#B3F965

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

Shades of Conifer #B3F965

Tints of Conifer #B3F965

Color information

#B3F965 (or 0xB3F965) is unknown color: approx Conifer. HEX triplet: B3, F9 and 65. RGB value is (179,249,101). Sum of RGB (Red+Green+Blue) = 179+249+101=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F965 is #4C069A. Grayscale: #D3D3D3. Windows color (decimal): -4982427 or 6683059. OLE color: 6683059.

HSL color Cylindrical-coordinate representation of color #B3F965: hue angle of 88.38º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3F965 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB179249101-
CMYK0.2800.590.02
HSL88.38º92.5%68.63%-
HSV(B)88.38º59.44%97.65%-
XYZ54.8278.2724.53-
YUV211.265.81105.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=33.84%
G=47.07%
B=19.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491010.2800.590.0288.3892.568.63
HexB3F9651C03B2585c45
Octal263371145340732130134105
Binary1011001111111001110010111100011101110101100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F965; }

 p { color: rgb(179,249,101); }

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

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

 a { background-color: rgb(179,249,101); }

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

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

 span { border-color: rgb(179,249,101); }

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