#B3DF65

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

Shades of Conifer #B3DF65

Tints of Conifer #B3DF65

Color information

#B3DF65 (or 0xB3DF65) is unknown color: approx Conifer. HEX triplet: B3, DF and 65. RGB value is (179,223,101). Sum of RGB (Red+Green+Blue) = 179+223+101=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF65 is #4C209A. Grayscale: #C4C4C4. Windows color (decimal): -4989083 or 6676403. OLE color: 6676403.

HSL color Cylindrical-coordinate representation of color #B3DF65: hue angle of 81.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3DF65 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB179223101-
CMYK0.2000.550.13
HSL81.64º65.59%63.53%-
HSV(B)81.64º54.71%87.45%-
XYZ47.3363.322.04-
YUV195.9474.42115.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=35.59%
G=44.33%
B=20.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792231010.2000.550.1381.6465.5963.53
HexB3DF6514037D524240
Octal2633371452406715122102100
Binary101100111101111111001011010001101111101101001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DF65; }

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

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

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

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

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

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

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

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