#B3DD61

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

Shades of Conifer #B3DD61

Tints of Conifer #B3DD61

Color information

#B3DD61 (or 0xB3DD61) is unknown color: approx Conifer. HEX triplet: B3, DD and 61. RGB value is (179,221,97). Sum of RGB (Red+Green+Blue) = 179+221+97=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD61 is #4C229E. Grayscale: #C2C2C2. Windows color (decimal): -4989599 or 6413747. OLE color: 6413747.

HSL color Cylindrical-coordinate representation of color #B3DD61: hue angle of 80.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3DD61 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB17922197-
CMYK0.1900.560.13
HSL80.32º64.58%62.35%-
HSV(B)80.32º56.11%86.67%-
XYZ46.662.1620.85-
YUV194.3173.09117.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=36.02%
G=44.47%
B=19.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179221970.1900.560.1380.3264.5862.35
HexB3DD6113038D50413e
Octal263335141230701512010176
Binary10110011110111011100001100110111000110110100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD61; }

 p { color: rgb(179,221,97); }

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

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

 a { background-color: rgb(179,221,97); }

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

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

 span { border-color: rgb(179,221,97); }

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